Html Css Color HEX #88023C Burgundy

📋 copy color: '#88023C'

red 136 ◦ green 2 ◦ blue 60

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

Shades of Burgundy #88023C

Tints of Burgundy #88023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 60 (23.83% from 255) = 30.3%

R = 68.69%
G = 1.01%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#88023C (or 0x88023C) is known color: Burgundy. HEX triplet: 88, 02 and 3C. RGB value is (136,2,60). Sum of RGB (Red+Green+Blue) = 136+2+60=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #88023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88023C is #77FDC3. Grayscale: #303030. Windows color (decimal): -7863748 or 3932808. OLE color: 3932808.

HSL color Cylindrical-coordinate representation of color #88023C: hue angle of 334.03º degrees, saturation: 0.97, 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 #88023C is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 60 -
CMYK 0 0.99 0.56 0.47
HSL 334.03º 0.97% 0.27% -
HSV(B) 334.03º 0.99% 0.53% -
XYZ 10.99 5.6 4.78 -
YUV 48.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 136 2 60 0 0.99 0.56 0.47 334.03 0.97 0.27
Hex 88 2 3C 0 63 38 2F 14E 61 1B
Octal 210 2 74 0 143 70 57 516 141 33
Binary 10001000 10 111100 0 1100011 111000 101111 101001110 1100001 11011

Color Harmonies of #88023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88023C

Black with #88023C

Text Example


Text Example

White with #88023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,2,60); }

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

background-color css

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

 a { background-color: rgb(136,2,60); }

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

border-color css

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

 span { border-color: rgb(136,2,60); }

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