Html Css Color HEX #72022A Burgundy

📋 copy color: '#72022A'

red 114 ◦ green 2 ◦ blue 42

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

Shades of Burgundy #72022A

Tints of Burgundy #72022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

 BLUE value IS 42 (16.8% from 255) = 26.58%

R = 72.15%
G = 1.27%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#72022A (or 0x72022A) is known color: Burgundy. HEX triplet: 72, 02 and 2A. RGB value is (114,2,42). Sum of RGB (Red+Green+Blue) = 114+2+42=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #72022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72022A is #8DFDD5. Grayscale: #272727. Windows color (decimal): -9305558 or 2753138. OLE color: 2753138.

HSL color Cylindrical-coordinate representation of color #72022A: hue angle of 338.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72022A is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 2 42 -
CMYK 0 0.98 0.63 0.55
HSL 338.57º 0.97% 0.23% -
HSV(B) 338.57º 0.98% 0.45% -
XYZ 7.38 3.79 2.53 -
YUV 40.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 114 2 42 0 0.98 0.63 0.55 338.57 0.97 0.23
Hex 72 2 2A 0 62 3F 37 153 61 17
Octal 162 2 52 0 142 77 67 523 141 27
Binary 1110010 10 101010 0 1100010 111111 110111 101010011 1100001 10111

Color Harmonies of #72022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72022A

Black with #72022A

Text Example


Text Example

White with #72022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72022A; }

 p { color: rgb(114,2,42); }

 H1.HeaderClassName
 {
   color: #72022A;
 }
 .AnyTagClassName
 {
   color: #72022A;
 }
</style>

background-color css

<style>
 a { background-color: #72022A; }

 a { background-color: rgb(114,2,42); }

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

border-color css

<style>
 span { border-color: #72022A; }

 span { border-color: rgb(114,2,42); }

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