Html Css Color HEX #7D232D Scarlett

📋 copy color: '#7D232D'

red 125 ◦ green 35 ◦ blue 45

#7D232D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlett #7D232D

Tints of Scarlett #7D232D

RGB

 RED value IS 125 (49.22% from 255) = 60.98%

 GREEN value IS 35 (14.06% from 255) = 17.07%

 BLUE value IS 45 (17.97% from 255) = 21.95%

R = 60.98%
G = 17.07%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7D232D (or 0x7D232D) is known color: Scarlett. HEX triplet: 7D, 23 and 2D. RGB value is (125,35,45). Sum of RGB (Red+Green+Blue) = 125+35+45=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D232D is #82DCD2. Grayscale: #3F3F3F. Windows color (decimal): -8576211 or 2958205. OLE color: 2958205.

HSL color Cylindrical-coordinate representation of color #7D232D: hue angle of 353.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D232D is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 35 45 -
CMYK 0 0.72 0.64 0.51
HSL 353.33º 0.56% 0.31% -
HSV(B) 353.33º 0.72% 0.49% -
XYZ 9.53 5.75 3.09 -
YUV 63.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 125 35 45 0 0.72 0.64 0.51 353.33 0.56 0.31
Hex 7D 23 2D 0 48 40 33 161 38 1F
Octal 175 43 55 0 110 100 63 541 70 37
Binary 1111101 100011 101101 0 1001000 1000000 110011 101100001 111000 11111

Color Harmonies of #7D232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D232D

Black with #7D232D

Text Example


Text Example

White with #7D232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D232D; }

 p { color: rgb(125,35,45); }

 H1.HeaderClassName
 {
   color: #7D232D;
 }
 .AnyTagClassName
 {
   color: #7D232D;
 }
</style>

background-color css

<style>
 a { background-color: #7D232D; }

 a { background-color: rgb(125,35,45); }

 div.DivClassName
 {
   background-color: #7D232D;
 }
 .BgClassName
 {
   background-color: #7D232D;
 }
</style>

border-color css

<style>
 span { border-color: #7D232D; }

 span { border-color: rgb(125,35,45); }

 td.TdClassName
 {
   border-color: #7D232D;
 }
 .TagClassName
 {
   border-color: #7D232D;
 }
</style>