Html Css Color HEX #880435 Burgundy

📋 copy color: '#880435'

red 136 ◦ green 4 ◦ blue 53

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

Shades of Burgundy #880435

Tints of Burgundy #880435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 53 (21.09% from 255) = 27.46%

R = 70.47%
G = 2.07%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#880435 (or 0x880435) is known color: Burgundy. HEX triplet: 88, 04 and 35. RGB value is (136,4,53). Sum of RGB (Red+Green+Blue) = 136+4+53=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #880435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880435 is #77FBCA. Grayscale: #303030. Windows color (decimal): -7863243 or 3474568. OLE color: 3474568.

HSL color Cylindrical-coordinate representation of color #880435: hue angle of 337.73º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880435 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 4 53 -
CMYK 0 0.97 0.61 0.47
HSL 337.73º 0.94% 0.27% -
HSV(B) 337.73º 0.97% 0.53% -
XYZ 10.84 5.58 3.87 -
YUV 49.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 136 4 53 0 0.97 0.61 0.47 337.73 0.94 0.27
Hex 88 4 35 0 61 3D 2F 152 5E 1B
Octal 210 4 65 0 141 75 57 522 136 33
Binary 10001000 100 110101 0 1100001 111101 101111 101010010 1011110 11011

Color Harmonies of #880435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880435

Black with #880435

Text Example


Text Example

White with #880435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880435; }

 p { color: rgb(136,4,53); }

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

background-color css

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

 a { background-color: rgb(136,4,53); }

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

border-color css

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

 span { border-color: rgb(136,4,53); }

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