Html Css Color HEX #870A33 Burgundy

📋 copy color: '#870A33'

red 135 ◦ green 10 ◦ blue 51

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

Shades of Burgundy #870A33

Tints of Burgundy #870A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.1%

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

R = 68.88%
G = 5.1%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#870A33 (or 0x870A33) is known color: Burgundy. HEX triplet: 87, 0A and 33. RGB value is (135,10,51). Sum of RGB (Red+Green+Blue) = 135+10+51=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #870A33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A33 is #78F5CC. Grayscale: #343434. Windows color (decimal): -7927245 or 3345031. OLE color: 3345031.

HSL color Cylindrical-coordinate representation of color #870A33: hue angle of 340.32º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A33 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 10 51 -
CMYK 0 0.93 0.62 0.47
HSL 340.32º 0.86% 0.28% -
HSV(B) 340.32º 0.93% 0.53% -
XYZ 10.7 5.61 3.65 -
YUV 52.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 135 10 51 0 0.93 0.62 0.47 340.32 0.86 0.28
Hex 87 A 33 0 5D 3E 2F 154 56 1C
Octal 207 12 63 0 135 76 57 524 126 34
Binary 10000111 1010 110011 0 1011101 111110 101111 101010100 1010110 11100

Color Harmonies of #870A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A33

Black with #870A33

Text Example


Text Example

White with #870A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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