Html Css Color HEX #882725 Mandarian Orange

📋 copy color: '#882725'

red 136 ◦ green 39 ◦ blue 37

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

Shades of Mandarian Orange #882725

Tints of Mandarian Orange #882725

RGB

 RED value IS 136 (53.52% from 255) = 64.15%

 GREEN value IS 39 (15.63% from 255) = 18.4%

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

R = 64.15%
G = 18.4%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#882725 (or 0x882725) is known color: Mandarian Orange. HEX triplet: 88, 27 and 25. RGB value is (136,39,37). Sum of RGB (Red+Green+Blue) = 136+39+37=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #882725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882725 is #77D8DA. Grayscale: #434343. Windows color (decimal): -7854299 or 2434952. OLE color: 2434952.

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

Color convert

RGB 136 39 37 -
CMYK 0 0.71 0.73 0.47
HSL 1.21º 0.57% 0.34% -
HSV(B) 1.21º 0.73% 0.53% -
XYZ 11.21 6.82 2.48 -
YUV 67.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 136 39 37 0 0.71 0.73 0.47 1.21 0.57 0.34
Hex 88 27 25 0 47 49 2F 1 39 22
Octal 210 47 45 0 107 111 57 1 71 42
Binary 10001000 100111 100101 0 1000111 1001001 101111 1 111001 100010

Color Harmonies of #882725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882725

Black with #882725

Text Example


Text Example

White with #882725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882725; }

 p { color: rgb(136,39,37); }

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

background-color css

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

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

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

border-color css

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

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

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