Html Css Color HEX #743029 Auburn

📋 copy color: '#743029'

red 116 ◦ green 48 ◦ blue 41

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

Shades of Auburn #743029

Tints of Auburn #743029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.41%

 BLUE value IS 41 (16.41% from 255) = 20%

R = 56.59%
G = 23.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#743029 (or 0x743029) is known color: Auburn. HEX triplet: 74, 30 and 29. RGB value is (116,48,41). Sum of RGB (Red+Green+Blue) = 116+48+41=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #743029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743029 is #8BCFD6. Grayscale: #434343. Windows color (decimal): -9162711 or 2699380. OLE color: 2699380.

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

Color convert

RGB 116 48 41 -
CMYK 0 0.59 0.65 0.55
HSL 5.6º 0.48% 0.31% -
HSV(B) 5.6º 0.65% 0.45% -
XYZ 8.66 5.99 2.8 -
YUV 67.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 116 48 41 0 0.59 0.65 0.55 5.6 0.48 0.31
Hex 74 30 29 0 3B 41 37 6 30 1F
Octal 164 60 51 0 73 101 67 6 60 37
Binary 1110100 110000 101001 0 111011 1000001 110111 110 110000 11111

Color Harmonies of #743029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743029

Black with #743029

Text Example


Text Example

White with #743029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743029; }

 p { color: rgb(116,48,41); }

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

background-color css

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

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

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

border-color css

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

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

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