Html Css Color HEX #882419 Mandarian Orange

📋 copy color: '#882419'

red 136 ◦ green 36 ◦ blue 25

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

Shades of Mandarian Orange #882419

Tints of Mandarian Orange #882419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.69%

R = 69.04%
G = 18.27%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#882419 (or 0x882419) is known color: Mandarian Orange. HEX triplet: 88, 24 and 19. RGB value is (136,36,25). Sum of RGB (Red+Green+Blue) = 136+36+25=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #882419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882419 is #77DBE6. Grayscale: #404040. Windows color (decimal): -7855079 or 1647752. OLE color: 1647752.

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

Color convert

RGB 136 36 25 -
CMYK 0 0.74 0.82 0.47
HSL 5.95º 0.69% 0.32% -
HSV(B) 5.95º 0.82% 0.53% -
XYZ 10.96 6.57 1.61 -
YUV 64.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 136 36 25 0 0.74 0.82 0.47 5.95 0.69 0.32
Hex 88 24 19 0 4A 52 2F 6 45 20
Octal 210 44 31 0 112 122 57 6 105 40
Binary 10001000 100100 11001 0 1001010 1010010 101111 110 1000101 100000

Color Harmonies of #882419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882419

Black with #882419

Text Example


Text Example

White with #882419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882419; }

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

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

background-color css

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

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

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

border-color css

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

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

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