Html Css Color HEX #882424 Mandarian Orange

📋 copy color: '#882424'

red 136 ◦ green 36 ◦ blue 36

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

Shades of Mandarian Orange #882424

Tints of Mandarian Orange #882424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.31%

 BLUE value IS 36 (14.45% from 255) = 17.31%

R = 65.38%
G = 17.31%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#882424 (or 0x882424) is known color: Mandarian Orange. HEX triplet: 88, 24 and 24. RGB value is (136,36,36). Sum of RGB (Red+Green+Blue) = 136+36+36=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #882424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882424 is #77DBDB. Grayscale: #414141. Windows color (decimal): -7855068 or 2368648. OLE color: 2368648.

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

Color convert

RGB 136 36 36 -
CMYK 0 0.74 0.74 0.47
HSL 0.58% 0.34% -
HSV(B) 0.74% 0.53% -
XYZ 11.1 6.62 2.36 -
YUV 65.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 136 36 36 0 0.74 0.74 0.47 0 0.58 0.34
Hex 88 24 24 0 4A 4A 2F 0 3A 22
Octal 210 44 44 0 112 112 57 0 72 42
Binary 10001000 100100 100100 0 1001010 1001010 101111 0 111010 100010

Color Harmonies of #882424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882424

Black with #882424

Text Example


Text Example

White with #882424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882424; }

 p { color: rgb(136,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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