Html Css Color HEX #872525 Mandarian Orange

📋 copy color: '#872525'

red 135 ◦ green 37 ◦ blue 37

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

Shades of Mandarian Orange #872525

Tints of Mandarian Orange #872525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

 BLUE value IS 37 (14.84% from 255) = 17.7%

R = 64.59%
G = 17.7%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#872525 (or 0x872525) is known color: Mandarian Orange. HEX triplet: 87, 25 and 25. RGB value is (135,37,37). Sum of RGB (Red+Green+Blue) = 135+37+37=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #872525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872525 is #78DADA. Grayscale: #424242. Windows color (decimal): -7920347 or 2434439. OLE color: 2434439.

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

Color convert

RGB 135 37 37 -
CMYK 0 0.73 0.73 0.47
HSL 0.57% 0.34% -
HSV(B) 0.73% 0.53% -
XYZ 10.99 6.61 2.45 -
YUV 66.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 135 37 37 0 0.73 0.73 0.47 0 0.57 0.34
Hex 87 25 25 0 49 49 2F 0 39 22
Octal 207 45 45 0 111 111 57 0 71 42
Binary 10000111 100101 100101 0 1001001 1001001 101111 0 111001 100010

Color Harmonies of #872525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872525

Black with #872525

Text Example


Text Example

White with #872525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872525; }

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

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

background-color css

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

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

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

border-color css

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

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

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