Html Css Color HEX #88051C Burgundy

📋 copy color: '#88051C'

red 136 ◦ green 5 ◦ blue 28

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

Shades of Burgundy #88051C

Tints of Burgundy #88051C

RGB

 RED value IS 136 (53.52% from 255) = 80.47%

 GREEN value IS 5 (2.34% from 255) = 2.96%

 BLUE value IS 28 (11.33% from 255) = 16.57%

R = 80.47%
G = 2.96%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88051C (or 0x88051C) is known color: Burgundy. HEX triplet: 88, 05 and 1C. RGB value is (136,5,28). Sum of RGB (Red+Green+Blue) = 136+5+28=169 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.47% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 136 - color contains mainly: red. Hex color #88051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88051C is #77FAE3. Grayscale: #2E2E2E. Windows color (decimal): -7863012 or 1836424. OLE color: 1836424.

HSL color Cylindrical-coordinate representation of color #88051C: hue angle of 349.47º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88051C is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 5 28 -
CMYK 0 0.96 0.79 0.47
HSL 349.47º 0.93% 0.28% -
HSV(B) 349.47º 0.96% 0.53% -
XYZ 10.42 5.43 1.6 -
YUV 46.79 117.4 191.63 -
System Red Green Blue C M Y K H S L
Decimal 136 5 28 0 0.96 0.79 0.47 349.47 0.93 0.28
Hex 88 5 1C 0 60 4F 2F 15D 5D 1C
Octal 210 5 34 0 140 117 57 535 135 34
Binary 10001000 101 11100 0 1100000 1001111 101111 101011101 1011101 11100

Color Harmonies of #88051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88051C

Black with #88051C

Text Example


Text Example

White with #88051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88051C; }

 p { color: rgb(136,5,28); }

 H1.HeaderClassName
 {
   color: #88051C;
 }
 .AnyTagClassName
 {
   color: #88051C;
 }
</style>

background-color css

<style>
 a { background-color: #88051C; }

 a { background-color: rgb(136,5,28); }

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

border-color css

<style>
 span { border-color: #88051C; }

 span { border-color: rgb(136,5,28); }

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