Html Css Color HEX #882921 Mandarian Orange

📋 copy color: '#882921'

red 136 ◦ green 41 ◦ blue 33

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

Shades of Mandarian Orange #882921

Tints of Mandarian Orange #882921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.52%

 BLUE value IS 33 (13.28% from 255) = 15.71%

R = 64.76%
G = 19.52%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#882921 (or 0x882921) is known color: Mandarian Orange. HEX triplet: 88, 29 and 21. RGB value is (136,41,33). Sum of RGB (Red+Green+Blue) = 136+41+33=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #882921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882921 is #77D6DE. Grayscale: #444444. Windows color (decimal): -7853791 or 2173320. OLE color: 2173320.

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

Color convert

RGB 136 41 33 -
CMYK 0 0.70 0.76 0.47
HSL 4.66º 0.61% 0.33% -
HSV(B) 4.66º 0.76% 0.53% -
XYZ 11.22 6.93 2.19 -
YUV 68.49 107.97 176.15 -
System Red Green Blue C M Y K H S L
Decimal 136 41 33 0 0.70 0.76 0.47 4.66 0.61 0.33
Hex 88 29 21 0 46 4C 2F 5 3D 21
Octal 210 51 41 0 106 114 57 5 75 41
Binary 10001000 101001 100001 0 1000110 1001100 101111 101 111101 100001

Color Harmonies of #882921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882921

Black with #882921

Text Example


Text Example

White with #882921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882921; }

 p { color: rgb(136,41,33); }

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

background-color css

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

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

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

border-color css

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

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

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