Html Css Color HEX #732929 Auburn

📋 copy color: '#732929'

red 115 ◦ green 41 ◦ blue 41

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

Shades of Auburn #732929

Tints of Auburn #732929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.81%

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

R = 58.38%
G = 20.81%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#732929 (or 0x732929) is known color: Auburn. HEX triplet: 73, 29 and 29. RGB value is (115,41,41). Sum of RGB (Red+Green+Blue) = 115+41+41=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #732929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732929 is #8CD6D6. Grayscale: #3F3F3F. Windows color (decimal): -9230039 or 2697587. OLE color: 2697587.

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

Color convert

RGB 115 41 41 -
CMYK 0 0.64 0.64 0.55
HSL 0.47% 0.31% -
HSV(B) 0.64% 0.45% -
XYZ 8.26 5.39 2.7 -
YUV 63.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 115 41 41 0 0.64 0.64 0.55 0 0.47 0.31
Hex 73 29 29 0 40 40 37 0 2F 1F
Octal 163 51 51 0 100 100 67 0 57 37
Binary 1110011 101001 101001 0 1000000 1000000 110111 0 101111 11111

Color Harmonies of #732929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732929

Black with #732929

Text Example


Text Example

White with #732929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732929; }

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

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

background-color css

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

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

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

border-color css

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

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

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