Html Css Color HEX #8C2621 Mandarian Orange

📋 copy color: '#8C2621'

red 140 ◦ green 38 ◦ blue 33

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

Shades of Mandarian Orange #8C2621

Tints of Mandarian Orange #8C2621

RGB

 RED value IS 140 (55.08% from 255) = 66.35%

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

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

R = 66.35%
G = 18.01%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8C2621 (or 0x8C2621) is known color: Mandarian Orange. HEX triplet: 8C, 26 and 21. RGB value is (140,38,33). Sum of RGB (Red+Green+Blue) = 140+38+33=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2621 is #73D9DE. Grayscale: #444444. Windows color (decimal): -7592415 or 2172556. OLE color: 2172556.

HSL color Cylindrical-coordinate representation of color #8C2621: hue angle of 2.8º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2621 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 38 33 -
CMYK 0 0.73 0.76 0.45
HSL 2.8º 0.62% 0.34% -
HSV(B) 2.8º 0.76% 0.55% -
XYZ 11.78 7.07 2.18 -
YUV 67.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 140 38 33 0 0.73 0.76 0.45 2.8 0.62 0.34
Hex 8C 26 21 0 49 4C 2D 3 3E 22
Octal 214 46 41 0 111 114 55 3 76 42
Binary 10001100 100110 100001 0 1001001 1001100 101101 11 111110 100010

Color Harmonies of #8C2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2621

Black with #8C2621

Text Example


Text Example

White with #8C2621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C2621; }

 p { color: rgb(140,38,33); }

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

background-color css

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

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

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

border-color css

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

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

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