Html Css Color HEX #73312E Auburn

📋 copy color: '#73312E'

red 115 ◦ green 49 ◦ blue 46

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

Shades of Auburn #73312E

Tints of Auburn #73312E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.9%

R = 54.76%
G = 23.33%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#73312E (or 0x73312E) is known color: Auburn. HEX triplet: 73, 31 and 2E. RGB value is (115,49,46). Sum of RGB (Red+Green+Blue) = 115+49+46=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73312E is #8CCED1. Grayscale: #444444. Windows color (decimal): -9227986 or 3027315. OLE color: 3027315.

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

Color convert

RGB 115 49 46 -
CMYK 0 0.57 0.6 0.55
HSL 2.61º 0.43% 0.32% -
HSV(B) 2.61º 0.6% 0.45% -
XYZ 8.66 6.04 3.29 -
YUV 68.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 115 49 46 0 0.57 0.6 0.55 2.61 0.43 0.32
Hex 73 31 2E 0 39 3C 37 3 2B 20
Octal 163 61 56 0 71 74 67 3 53 40
Binary 1110011 110001 101110 0 111001 111100 110111 11 101011 100000

Color Harmonies of #73312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73312E

Black with #73312E

Text Example


Text Example

White with #73312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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