Html Css Color HEX #880225 Burgundy

📋 copy color: '#880225'

red 136 ◦ green 2 ◦ blue 37

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

Shades of Burgundy #880225

Tints of Burgundy #880225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.14%

R = 77.71%
G = 1.14%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#880225 (or 0x880225) is known color: Burgundy. HEX triplet: 88, 02 and 25. RGB value is (136,2,37). Sum of RGB (Red+Green+Blue) = 136+2+37=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #880225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880225 is #77FDDA. Grayscale: #2E2E2E. Windows color (decimal): -7863771 or 2425480. OLE color: 2425480.

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

Color convert

RGB 136 2 37 -
CMYK 0 0.99 0.73 0.47
HSL 344.33º 0.97% 0.27% -
HSV(B) 344.33º 0.99% 0.53% -
XYZ 10.51 5.41 2.24 -
YUV 46.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 136 2 37 0 0.99 0.73 0.47 344.33 0.97 0.27
Hex 88 2 25 0 63 49 2F 158 61 1B
Octal 210 2 45 0 143 111 57 530 141 33
Binary 10001000 10 100101 0 1100011 1001001 101111 101011000 1100001 11011

Color Harmonies of #880225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880225

Black with #880225

Text Example


Text Example

White with #880225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880225; }

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

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

background-color css

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

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

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

border-color css

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

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

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