Html Css Color HEX #872020 Mandarian Orange

📋 copy color: '#872020'

red 135 ◦ green 32 ◦ blue 32

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

Shades of Mandarian Orange #872020

Tints of Mandarian Orange #872020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.08%

 BLUE value IS 32 (12.89% from 255) = 16.08%

R = 67.84%
G = 16.08%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#872020 (or 0x872020) is known color: Mandarian Orange. HEX triplet: 87, 20 and 20. RGB value is (135,32,32). Sum of RGB (Red+Green+Blue) = 135+32+32=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #872020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872020 is #78DFDF. Grayscale: #3E3E3E. Windows color (decimal): -7921632 or 2105479. OLE color: 2105479.

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

Color convert

RGB 135 32 32 -
CMYK 0 0.76 0.76 0.47
HSL 0.62% 0.33% -
HSV(B) 0.76% 0.53% -
XYZ 10.77 6.29 2.01 -
YUV 62.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 135 32 32 0 0.76 0.76 0.47 0 0.62 0.33
Hex 87 20 20 0 4C 4C 2F 0 3E 21
Octal 207 40 40 0 114 114 57 0 76 41
Binary 10000111 100000 100000 0 1001100 1001100 101111 0 111110 100001

Color Harmonies of #872020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872020

Black with #872020

Text Example


Text Example

White with #872020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872020; }

 p { color: rgb(135,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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