Html Css Color HEX #733331 Auburn

📋 copy color: '#733331'

red 115 ◦ green 51 ◦ blue 49

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

Shades of Auburn #733331

Tints of Auburn #733331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.72%

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

R = 53.49%
G = 23.72%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#733331 (or 0x733331) is known color: Auburn. HEX triplet: 73, 33 and 31. RGB value is (115,51,49). Sum of RGB (Red+Green+Blue) = 115+51+49=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #733331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733331 is #8CCCCE. Grayscale: #454545. Windows color (decimal): -9227471 or 3224435. OLE color: 3224435.

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

Color convert

RGB 115 51 49 -
CMYK 0 0.56 0.57 0.55
HSL 1.82º 0.4% 0.32% -
HSV(B) 1.82º 0.57% 0.45% -
XYZ 8.81 6.23 3.64 -
YUV 69.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 115 51 49 0 0.56 0.57 0.55 1.82 0.4 0.32
Hex 73 33 31 0 38 39 37 2 28 20
Octal 163 63 61 0 70 71 67 2 50 40
Binary 1110011 110011 110001 0 111000 111001 110111 10 101000 100000

Color Harmonies of #733331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733331

Black with #733331

Text Example


Text Example

White with #733331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733331; }

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

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

background-color css

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

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

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

border-color css

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

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

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