Html Css Color HEX #743232 Auburn

📋 copy color: '#743232'

red 116 ◦ green 50 ◦ blue 50

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

Shades of Auburn #743232

Tints of Auburn #743232

RGB

 RED value IS 116 (45.7% from 255) = 53.7%

 GREEN value IS 50 (19.92% from 255) = 23.15%

 BLUE value IS 50 (19.92% from 255) = 23.15%

R = 53.7%
G = 23.15%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#743232 (or 0x743232) is known color: Auburn. HEX triplet: 74, 32 and 32. RGB value is (116,50,50). Sum of RGB (Red+Green+Blue) = 116+50+50=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #743232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743232 is #8BCDCD. Grayscale: #454545. Windows color (decimal): -9162190 or 3289716. OLE color: 3289716.

HSL color Cylindrical-coordinate representation of color #743232: hue angle of 0º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #743232 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 50 50 -
CMYK 0 0.57 0.57 0.55
HSL 0.4% 0.33% -
HSV(B) 0.57% 0.45% -
XYZ 8.92 6.22 3.75 -
YUV 69.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 116 50 50 0 0.57 0.57 0.55 0 0.4 0.33
Hex 74 32 32 0 39 39 37 0 28 21
Octal 164 62 62 0 71 71 67 0 50 41
Binary 1110100 110010 110010 0 111001 111001 110111 0 101000 100001

Color Harmonies of #743232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743232

Black with #743232

Text Example


Text Example

White with #743232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743232; }

 p { color: rgb(116,50,50); }

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

background-color css

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

 a { background-color: rgb(116,50,50); }

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

border-color css

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

 span { border-color: rgb(116,50,50); }

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