Html Css Color HEX #73251D Auburn

📋 copy color: '#73251D'

red 115 ◦ green 37 ◦ blue 29

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

Shades of Auburn #73251D

Tints of Auburn #73251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.44%

 BLUE value IS 29 (11.72% from 255) = 16.02%

R = 63.54%
G = 20.44%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#73251D (or 0x73251D) is known color: Auburn. HEX triplet: 73, 25 and 1D. RGB value is (115,37,29). Sum of RGB (Red+Green+Blue) = 115+37+29=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #73251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73251D is #8CDAE2. Grayscale: #3B3B3B. Windows color (decimal): -9231075 or 1910131. OLE color: 1910131.

HSL color Cylindrical-coordinate representation of color #73251D: hue angle of 5.58º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73251D is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 37 29 -
CMYK 0 0.68 0.75 0.55
HSL 5.58º 0.6% 0.28% -
HSV(B) 5.58º 0.75% 0.45% -
XYZ 7.95 5.06 1.72 -
YUV 59.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 115 37 29 0 0.68 0.75 0.55 5.58 0.6 0.28
Hex 73 25 1D 0 44 4B 37 6 3C 1C
Octal 163 45 35 0 104 113 67 6 74 34
Binary 1110011 100101 11101 0 1000100 1001011 110111 110 111100 11100

Color Harmonies of #73251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73251D

Black with #73251D

Text Example


Text Example

White with #73251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,37,29); }

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

background-color css

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

 a { background-color: rgb(115,37,29); }

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

border-color css

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

 span { border-color: rgb(115,37,29); }

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