Html Css Color HEX #73251F Auburn

📋 copy color: '#73251F'

red 115 ◦ green 37 ◦ blue 31

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

Shades of Auburn #73251F

Tints of Auburn #73251F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.94%

R = 62.84%
G = 20.22%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#73251F (or 0x73251F) is known color: Auburn. HEX triplet: 73, 25 and 1F. RGB value is (115,37,31). Sum of RGB (Red+Green+Blue) = 115+37+31=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73251F is #8CDAE0. Grayscale: #3B3B3B. Windows color (decimal): -9231073 or 2041203. OLE color: 2041203.

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

Color convert

RGB 115 37 31 -
CMYK 0 0.68 0.73 0.55
HSL 4.29º 0.58% 0.29% -
HSV(B) 4.29º 0.73% 0.45% -
XYZ 7.98 5.07 1.85 -
YUV 59.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 115 37 31 0 0.68 0.73 0.55 4.29 0.58 0.29
Hex 73 25 1F 0 44 49 37 4 3A 1D
Octal 163 45 37 0 104 111 67 4 72 35
Binary 1110011 100101 11111 0 1000100 1001001 110111 100 111010 11101

Color Harmonies of #73251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73251F

Black with #73251F

Text Example


Text Example

White with #73251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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