Html Css Color HEX #88002A Burgundy

📋 copy color: '#88002A'

red 136 ◦ green 0 ◦ blue 42

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

Shades of Burgundy #88002A

Tints of Burgundy #88002A

RGB

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

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

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

R = 76.4%
G = 0%
B = 23.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#88002A (or 0x88002A) is known color: Burgundy. HEX triplet: 88, 00 and 2A. RGB value is (136,0,42). Sum of RGB (Red+Green+Blue) = 136+0+42=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #88002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88002A is #77FFD5. Grayscale: #2D2D2D. Windows color (decimal): -7864278 or 2752648. OLE color: 2752648.

HSL color Cylindrical-coordinate representation of color #88002A: hue angle of 341.47º 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 #88002A is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 0 42 -
CMYK 0 1 0.69 0.47
HSL 341.47º 1% 0.27% -
HSV(B) 341.47º 1% 0.53% -
XYZ 10.57 5.4 2.68 -
YUV 45.45 126.06 192.58 -
System Red Green Blue C M Y K H S L
Decimal 136 0 42 0 1 0.69 0.47 341.47 1 0.27
Hex 88 0 2A 0 64 45 2F 155 64 1B
Octal 210 0 52 0 144 105 57 525 144 33
Binary 10001000 0 101010 0 1100100 1000101 101111 101010101 1100100 11011

Color Harmonies of #88002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88002A

Black with #88002A

Text Example


Text Example

White with #88002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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