Html Css Color HEX #733231 Auburn

📋 copy color: '#733231'

red 115 ◦ green 50 ◦ blue 49

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

Shades of Auburn #733231

Tints of Auburn #733231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 53.74%
G = 23.36%
B = 22.9%

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

#733231 (or 0x733231) is known color: Auburn. HEX triplet: 73, 32 and 31. RGB value is (115,50,49). Sum of RGB (Red+Green+Blue) = 115+50+49=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #733231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733231 is #8CCDCE. Grayscale: #454545. Windows color (decimal): -9227727 or 3224179. OLE color: 3224179.

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

Color convert

RGB 115 50 49 -
CMYK 0 0.57 0.57 0.55
HSL 0.91º 0.4% 0.32% -
HSV(B) 0.91º 0.57% 0.45% -
XYZ 8.77 6.15 3.63 -
YUV 69.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 115 50 49 0 0.57 0.57 0.55 0.91 0.4 0.32
Hex 73 32 31 0 39 39 37 1 28 20
Octal 163 62 61 0 71 71 67 1 50 40
Binary 1110011 110010 110001 0 111001 111001 110111 1 101000 100000

Color Harmonies of #733231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733231

Black with #733231

Text Example


Text Example

White with #733231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733231; }

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

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

background-color css

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

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

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

border-color css

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

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

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