Html Css Color HEX #72000A Burgundy

📋 copy color: '#72000A'

red 114 ◦ green 0 ◦ blue 10

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

Shades of Burgundy #72000A

Tints of Burgundy #72000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 8.06%

R = 91.94%
G = 0%
B = 8.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#72000A (or 0x72000A) is known color: Burgundy. HEX triplet: 72, 00 and 0A. RGB value is (114,0,10). Sum of RGB (Red+Green+Blue) = 114+0+10=124 (16% of max value = 765). Red value is 114 (44.92% from 255 or 91.94% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 114 - color contains mainly: red. Hex color #72000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72000A is #8DFFF5. Grayscale: #232323. Windows color (decimal): -9306102 or 655474. OLE color: 655474.

HSL color Cylindrical-coordinate representation of color #72000A: hue angle of 354.74º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72000A is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 0 10 -
CMYK 0 1 0.91 0.55
HSL 354.74º 1% 0.22% -
HSV(B) 354.74º 1% 0.45% -
XYZ 6.99 3.6 0.61 -
YUV 35.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 114 0 10 0 1 0.91 0.55 354.74 1 0.22
Hex 72 0 A 0 64 5B 37 163 64 16
Octal 162 0 12 0 144 133 67 543 144 26
Binary 1110010 0 1010 0 1100100 1011011 110111 101100011 1100100 10110

Color Harmonies of #72000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72000A

Black with #72000A

Text Example


Text Example

White with #72000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,0,10); }

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

background-color css

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

 a { background-color: rgb(114,0,10); }

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

border-color css

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

 span { border-color: rgb(114,0,10); }

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