Html Css Color HEX #733129 Auburn

📋 copy color: '#733129'

red 115 ◦ green 49 ◦ blue 41

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

Shades of Auburn #733129

Tints of Auburn #733129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.9%

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

R = 56.1%
G = 23.9%
B = 20%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#733129 (or 0x733129) is known color: Auburn. HEX triplet: 73, 31 and 29. RGB value is (115,49,41). Sum of RGB (Red+Green+Blue) = 115+49+41=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #733129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733129 is #8CCED6. Grayscale: #434343. Windows color (decimal): -9227991 or 2699635. OLE color: 2699635.

HSL color Cylindrical-coordinate representation of color #733129: hue angle of 6.49º 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 #733129 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 49 41 -
CMYK 0 0.57 0.64 0.55
HSL 6.49º 0.47% 0.31% -
HSV(B) 6.49º 0.64% 0.45% -
XYZ 8.57 6 2.8 -
YUV 67.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 115 49 41 0 0.57 0.64 0.55 6.49 0.47 0.31
Hex 73 31 29 0 39 40 37 6 2F 1F
Octal 163 61 51 0 71 100 67 6 57 37
Binary 1110011 110001 101001 0 111001 1000000 110111 110 101111 11111

Color Harmonies of #733129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733129

Black with #733129

Text Example


Text Example

White with #733129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733129; }

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

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

background-color css

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

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

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

border-color css

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

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

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