Html Css Color HEX #880023 Burgundy

📋 copy color: '#880023'

red 136 ◦ green 0 ◦ blue 35

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

Shades of Burgundy #880023

Tints of Burgundy #880023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.47%

R = 79.53%
G = 0%
B = 20.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#880023 (or 0x880023) is known color: Burgundy. HEX triplet: 88, 00 and 23. RGB value is (136,0,35). Sum of RGB (Red+Green+Blue) = 136+0+35=171 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.53% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 136 - color contains mainly: red. Hex color #880023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880023 is #77FFDC. Grayscale: #2C2C2C. Windows color (decimal): -7864285 or 2293896. OLE color: 2293896.

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

Color convert

RGB 136 0 35 -
CMYK 0 1 0.74 0.47
HSL 344.56º 1% 0.27% -
HSV(B) 344.56º 1% 0.53% -
XYZ 10.46 5.36 2.07 -
YUV 44.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 136 0 35 0 1 0.74 0.47 344.56 1 0.27
Hex 88 0 23 0 64 4A 2F 159 64 1B
Octal 210 0 43 0 144 112 57 531 144 33
Binary 10001000 0 100011 0 1100100 1001010 101111 101011001 1100100 11011

Color Harmonies of #880023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880023

Black with #880023

Text Example


Text Example

White with #880023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880023; }

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

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

background-color css

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

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

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

border-color css

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

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

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