Html Css Color HEX #88002F Burgundy

📋 copy color: '#88002F'

red 136 ◦ green 0 ◦ blue 47

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

Shades of Burgundy #88002F

Tints of Burgundy #88002F

RGB

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

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

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

R = 74.32%
G = 0%
B = 25.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88002F (or 0x88002F) is known color: Burgundy. HEX triplet: 88, 00 and 2F. RGB value is (136,0,47). Sum of RGB (Red+Green+Blue) = 136+0+47=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #88002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88002F is #77FFD0. Grayscale: #2D2D2D. Windows color (decimal): -7864273 or 3080328. OLE color: 3080328.

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

Color convert

RGB 136 0 47 -
CMYK 0 1 0.65 0.47
HSL 339.26º 1% 0.27% -
HSV(B) 339.26º 1% 0.53% -
XYZ 10.67 5.44 3.18 -
YUV 46.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 136 0 47 0 1 0.65 0.47 339.26 1 0.27
Hex 88 0 2F 0 64 41 2F 153 64 1B
Octal 210 0 57 0 144 101 57 523 144 33
Binary 10001000 0 101111 0 1100100 1000001 101111 101010011 1100100 11011

Color Harmonies of #88002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88002F

Black with #88002F

Text Example


Text Example

White with #88002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,0,47); }

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

background-color css

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

 a { background-color: rgb(136,0,47); }

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

border-color css

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

 span { border-color: rgb(136,0,47); }

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