Html Css Color HEX #88012D Burgundy

📋 copy color: '#88012D'

red 136 ◦ green 1 ◦ blue 45

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

Shades of Burgundy #88012D

Tints of Burgundy #88012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 45 (17.97% from 255) = 24.73%

R = 74.73%
G = 0.55%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88012D (or 0x88012D) is known color: Burgundy. HEX triplet: 88, 01 and 2D. RGB value is (136,1,45). Sum of RGB (Red+Green+Blue) = 136+1+45=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #88012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88012D is #77FED2. Grayscale: #2E2E2E. Windows color (decimal): -7864019 or 2949512. OLE color: 2949512.

HSL color Cylindrical-coordinate representation of color #88012D: hue angle of 340.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88012D is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 1 45 -
CMYK 0 0.99 0.67 0.47
HSL 340.44º 0.99% 0.27% -
HSV(B) 340.44º 0.99% 0.53% -
XYZ 10.64 5.45 2.97 -
YUV 46.38 127.23 191.92 -
System Red Green Blue C M Y K H S L
Decimal 136 1 45 0 0.99 0.67 0.47 340.44 0.99 0.27
Hex 88 1 2D 0 63 43 2F 154 63 1B
Octal 210 1 55 0 143 103 57 524 143 33
Binary 10001000 1 101101 0 1100011 1000011 101111 101010100 1100011 11011

Color Harmonies of #88012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88012D

Black with #88012D

Text Example


Text Example

White with #88012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88012D; }

 p { color: rgb(136,1,45); }

 H1.HeaderClassName
 {
   color: #88012D;
 }
 .AnyTagClassName
 {
   color: #88012D;
 }
</style>

background-color css

<style>
 a { background-color: #88012D; }

 a { background-color: rgb(136,1,45); }

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

border-color css

<style>
 span { border-color: #88012D; }

 span { border-color: rgb(136,1,45); }

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