Html Css Color HEX #73312F Auburn

📋 copy color: '#73312F'

red 115 ◦ green 49 ◦ blue 47

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

Shades of Auburn #73312F

Tints of Auburn #73312F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 54.5%
G = 23.22%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#73312F (or 0x73312F) is known color: Auburn. HEX triplet: 73, 31 and 2F. RGB value is (115,49,47). Sum of RGB (Red+Green+Blue) = 115+49+47=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73312F is #8CCED0. Grayscale: #444444. Windows color (decimal): -9227985 or 3092851. OLE color: 3092851.

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

Color convert

RGB 115 49 47 -
CMYK 0 0.57 0.59 0.55
HSL 1.76º 0.42% 0.32% -
HSV(B) 1.76º 0.59% 0.45% -
XYZ 8.68 6.05 3.4 -
YUV 68.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 115 49 47 0 0.57 0.59 0.55 1.76 0.42 0.32
Hex 73 31 2F 0 39 3B 37 2 2A 20
Octal 163 61 57 0 71 73 67 2 52 40
Binary 1110011 110001 101111 0 111001 111011 110111 10 101010 100000

Color Harmonies of #73312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73312F

Black with #73312F

Text Example


Text Example

White with #73312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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