Html Css Color HEX #73322A Auburn

📋 copy color: '#73322A'

red 115 ◦ green 50 ◦ blue 42

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

Shades of Auburn #73322A

Tints of Auburn #73322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.29%

R = 55.56%
G = 24.15%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#73322A (or 0x73322A) is known color: Auburn. HEX triplet: 73, 32 and 2A. RGB value is (115,50,42). Sum of RGB (Red+Green+Blue) = 115+50+42=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #73322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73322A is #8CCDD5. Grayscale: #444444. Windows color (decimal): -9227734 or 2765427. OLE color: 2765427.

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

Color convert

RGB 115 50 42 -
CMYK 0 0.57 0.63 0.55
HSL 6.58º 0.46% 0.31% -
HSV(B) 6.58º 0.63% 0.45% -
XYZ 8.63 6.09 2.91 -
YUV 68.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 115 50 42 0 0.57 0.63 0.55 6.58 0.46 0.31
Hex 73 32 2A 0 39 3F 37 7 2E 1F
Octal 163 62 52 0 71 77 67 7 56 37
Binary 1110011 110010 101010 0 111001 111111 110111 111 101110 11111

Color Harmonies of #73322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73322A

Black with #73322A

Text Example


Text Example

White with #73322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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