Html Css Color HEX #72261E Auburn

📋 copy color: '#72261E'

red 114 ◦ green 38 ◦ blue 30

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

Shades of Auburn #72261E

Tints of Auburn #72261E

RGB

 RED value IS 114 (44.92% from 255) = 62.64%

 GREEN value IS 38 (15.23% from 255) = 20.88%

 BLUE value IS 30 (12.11% from 255) = 16.48%

R = 62.64%
G = 20.88%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72261E (or 0x72261E) is known color: Auburn. HEX triplet: 72, 26 and 1E. RGB value is (114,38,30). Sum of RGB (Red+Green+Blue) = 114+38+30=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #72261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72261E is #8DD9E1. Grayscale: #3B3B3B. Windows color (decimal): -9296354 or 1975922. OLE color: 1975922.

HSL color Cylindrical-coordinate representation of color #72261E: hue angle of 5.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72261E is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 38 30 -
CMYK 0 0.67 0.74 0.55
HSL 5.71º 0.58% 0.28% -
HSV(B) 5.71º 0.74% 0.45% -
XYZ 7.87 5.06 1.79 -
YUV 59.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 114 38 30 0 0.67 0.74 0.55 5.71 0.58 0.28
Hex 72 26 1E 0 43 4A 37 6 3A 1C
Octal 162 46 36 0 103 112 67 6 72 34
Binary 1110010 100110 11110 0 1000011 1001010 110111 110 111010 11100

Color Harmonies of #72261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72261E

Black with #72261E

Text Example


Text Example

White with #72261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72261E; }

 p { color: rgb(114,38,30); }

 H1.HeaderClassName
 {
   color: #72261E;
 }
 .AnyTagClassName
 {
   color: #72261E;
 }
</style>

background-color css

<style>
 a { background-color: #72261E; }

 a { background-color: rgb(114,38,30); }

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

border-color css

<style>
 span { border-color: #72261E; }

 span { border-color: rgb(114,38,30); }

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