Html Css Color HEX #73302D Auburn

📋 copy color: '#73302D'

red 115 ◦ green 48 ◦ blue 45

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

Shades of Auburn #73302D

Tints of Auburn #73302D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.08%

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 55.29%
G = 23.08%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#73302D (or 0x73302D) is known color: Auburn. HEX triplet: 73, 30 and 2D. RGB value is (115,48,45). Sum of RGB (Red+Green+Blue) = 115+48+45=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #73302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73302D is #8CCFD2. Grayscale: #434343. Windows color (decimal): -9228243 or 2961523. OLE color: 2961523.

HSL color Cylindrical-coordinate representation of color #73302D: hue angle of 2.57º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73302D is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 48 45 -
CMYK 0 0.58 0.61 0.55
HSL 2.57º 0.44% 0.31% -
HSV(B) 2.57º 0.61% 0.45% -
XYZ 8.6 5.95 3.18 -
YUV 67.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 115 48 45 0 0.58 0.61 0.55 2.57 0.44 0.31
Hex 73 30 2D 0 3A 3D 37 3 2C 1F
Octal 163 60 55 0 72 75 67 3 54 37
Binary 1110011 110000 101101 0 111010 111101 110111 11 101100 11111

Color Harmonies of #73302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73302D

Black with #73302D

Text Example


Text Example

White with #73302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73302D; }

 p { color: rgb(115,48,45); }

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

background-color css

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

 a { background-color: rgb(115,48,45); }

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

border-color css

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

 span { border-color: rgb(115,48,45); }

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