Html Css Color HEX #732A29 Auburn

📋 copy color: '#732A29'

red 115 ◦ green 42 ◦ blue 41

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

Shades of Auburn #732A29

Tints of Auburn #732A29

RGB

 RED value IS 115 (45.31% from 255) = 58.08%

 GREEN value IS 42 (16.8% from 255) = 21.21%

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

R = 58.08%
G = 21.21%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#732A29 (or 0x732A29) is known color: Auburn. HEX triplet: 73, 2A and 29. RGB value is (115,42,41). Sum of RGB (Red+Green+Blue) = 115+42+41=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #732A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A29 is #8CD5D6. Grayscale: #3F3F3F. Windows color (decimal): -9229783 or 2697843. OLE color: 2697843.

HSL color Cylindrical-coordinate representation of color #732A29: hue angle of 0.81º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #732A29 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 42 41 -
CMYK 0 0.63 0.64 0.55
HSL 0.81º 0.47% 0.31% -
HSV(B) 0.81º 0.64% 0.45% -
XYZ 8.3 5.46 2.71 -
YUV 63.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 115 42 41 0 0.63 0.64 0.55 0.81 0.47 0.31
Hex 73 2A 29 0 3F 40 37 1 2F 1F
Octal 163 52 51 0 77 100 67 1 57 37
Binary 1110011 101010 101001 0 111111 1000000 110111 1 101111 11111

Color Harmonies of #732A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732A29

Black with #732A29

Text Example


Text Example

White with #732A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732A29; }

 p { color: rgb(115,42,41); }

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

background-color css

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

 a { background-color: rgb(115,42,41); }

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

border-color css

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

 span { border-color: rgb(115,42,41); }

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