Html Css Color HEX #872626 Mandarian Orange

📋 copy color: '#872626'

red 135 ◦ green 38 ◦ blue 38

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

Shades of Mandarian Orange #872626

Tints of Mandarian Orange #872626

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.01%

 BLUE value IS 38 (15.23% from 255) = 18.01%

R = 63.98%
G = 18.01%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#872626 (or 0x872626) is known color: Mandarian Orange. HEX triplet: 87, 26 and 26. RGB value is (135,38,38). Sum of RGB (Red+Green+Blue) = 135+38+38=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #872626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872626 is #78D9D9. Grayscale: #434343. Windows color (decimal): -7920090 or 2500231. OLE color: 2500231.

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

Color convert

RGB 135 38 38 -
CMYK 0 0.72 0.72 0.47
HSL 0.56% 0.34% -
HSV(B) 0.72% 0.53% -
XYZ 11.03 6.68 2.54 -
YUV 67 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 135 38 38 0 0.72 0.72 0.47 0 0.56 0.34
Hex 87 26 26 0 48 48 2F 0 38 22
Octal 207 46 46 0 110 110 57 0 70 42
Binary 10000111 100110 100110 0 1001000 1001000 101111 0 111000 100010

Color Harmonies of #872626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872626

Black with #872626

Text Example


Text Example

White with #872626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872626; }

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

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

background-color css

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

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

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

border-color css

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

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

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