Html Css Color HEX #870433 Burgundy

📋 copy color: '#870433'

red 135 ◦ green 4 ◦ blue 51

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

Shades of Burgundy #870433

Tints of Burgundy #870433

RGB

 RED value IS 135 (53.13% from 255) = 71.05%

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

 BLUE value IS 51 (20.31% from 255) = 26.84%

R = 71.05%
G = 2.11%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#870433 (or 0x870433) is known color: Burgundy. HEX triplet: 87, 04 and 33. RGB value is (135,4,51). Sum of RGB (Red+Green+Blue) = 135+4+51=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #870433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870433 is #78FBCC. Grayscale: #303030. Windows color (decimal): -7928781 or 3343495. OLE color: 3343495.

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

Color convert

RGB 135 4 51 -
CMYK 0 0.97 0.62 0.47
HSL 338.47º 0.94% 0.27% -
HSV(B) 338.47º 0.97% 0.53% -
XYZ 10.63 5.48 3.63 -
YUV 48.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 135 4 51 0 0.97 0.62 0.47 338.47 0.94 0.27
Hex 87 4 33 0 61 3E 2F 152 5E 1B
Octal 207 4 63 0 141 76 57 522 136 33
Binary 10000111 100 110011 0 1100001 111110 101111 101010010 1011110 11011

Color Harmonies of #870433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870433

Black with #870433

Text Example


Text Example

White with #870433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870433; }

 p { color: rgb(135,4,51); }

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

background-color css

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

 a { background-color: rgb(135,4,51); }

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

border-color css

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

 span { border-color: rgb(135,4,51); }

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