Html Css Color HEX #880223 Burgundy

📋 copy color: '#880223'

red 136 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #880223

Tints of Burgundy #880223

RGB

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

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

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

R = 78.61%
G = 1.16%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#880223 (or 0x880223) is known color: Burgundy. HEX triplet: 88, 02 and 23. RGB value is (136,2,35). Sum of RGB (Red+Green+Blue) = 136+2+35=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #880223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880223 is #77FDDC. Grayscale: #2D2D2D. Windows color (decimal): -7863773 or 2294408. OLE color: 2294408.

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

Color convert

RGB 136 2 35 -
CMYK 0 0.99 0.74 0.47
HSL 345.22º 0.97% 0.27% -
HSV(B) 345.22º 0.99% 0.53% -
XYZ 10.48 5.4 2.08 -
YUV 45.83 121.89 192.32 -
System Red Green Blue C M Y K H S L
Decimal 136 2 35 0 0.99 0.74 0.47 345.22 0.97 0.27
Hex 88 2 23 0 63 4A 2F 159 61 1B
Octal 210 2 43 0 143 112 57 531 141 33
Binary 10001000 10 100011 0 1100011 1001010 101111 101011001 1100001 11011

Color Harmonies of #880223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880223

Black with #880223

Text Example


Text Example

White with #880223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880223; }

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

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

background-color css

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

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

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

border-color css

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

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

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