Html Css Color HEX #72062F Burgundy

📋 copy color: '#72062F'

red 114 ◦ green 6 ◦ blue 47

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

Shades of Burgundy #72062F

Tints of Burgundy #72062F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.59%

 BLUE value IS 47 (18.75% from 255) = 28.14%

R = 68.26%
G = 3.59%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72062F (or 0x72062F) is known color: Burgundy. HEX triplet: 72, 06 and 2F. RGB value is (114,6,47). Sum of RGB (Red+Green+Blue) = 114+6+47=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72062F is #8DF9D0. Grayscale: #2A2A2A. Windows color (decimal): -9304529 or 3081842. OLE color: 3081842.

HSL color Cylindrical-coordinate representation of color #72062F: hue angle of 337.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72062F is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 6 47 -
CMYK 0 0.95 0.59 0.55
HSL 337.22º 0.9% 0.24% -
HSV(B) 337.22º 0.95% 0.45% -
XYZ 7.52 3.91 3.05 -
YUV 42.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 114 6 47 0 0.95 0.59 0.55 337.22 0.9 0.24
Hex 72 6 2F 0 5F 3B 37 151 5A 18
Octal 162 6 57 0 137 73 67 521 132 30
Binary 1110010 110 101111 0 1011111 111011 110111 101010001 1011010 11000

Color Harmonies of #72062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72062F

Black with #72062F

Text Example


Text Example

White with #72062F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,6,47); }

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

background-color css

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

 a { background-color: rgb(114,6,47); }

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

border-color css

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

 span { border-color: rgb(114,6,47); }

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