Html Css Color HEX #880234 Burgundy

📋 copy color: '#880234'

red 136 ◦ green 2 ◦ blue 52

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

Shades of Burgundy #880234

Tints of Burgundy #880234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.37%

R = 71.58%
G = 1.05%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#880234 (or 0x880234) is known color: Burgundy. HEX triplet: 88, 02 and 34. RGB value is (136,2,52). Sum of RGB (Red+Green+Blue) = 136+2+52=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #880234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880234 is #77FDCB. Grayscale: #2F2F2F. Windows color (decimal): -7863756 or 3408520. OLE color: 3408520.

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

Color convert

RGB 136 2 52 -
CMYK 0 0.99 0.62 0.47
HSL 337.61º 0.97% 0.27% -
HSV(B) 337.61º 0.99% 0.53% -
XYZ 10.79 5.53 3.75 -
YUV 47.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 136 2 52 0 0.99 0.62 0.47 337.61 0.97 0.27
Hex 88 2 34 0 63 3E 2F 152 61 1B
Octal 210 2 64 0 143 76 57 522 141 33
Binary 10001000 10 110100 0 1100011 111110 101111 101010010 1100001 11011

Color Harmonies of #880234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880234

Black with #880234

Text Example


Text Example

White with #880234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880234; }

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

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

background-color css

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

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

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

border-color css

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

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

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