Html Css Color HEX #8C2925 Mandarian Orange

📋 copy color: '#8C2925'

red 140 ◦ green 41 ◦ blue 37

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

Shades of Mandarian Orange #8C2925

Tints of Mandarian Orange #8C2925

RGB

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

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

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

R = 64.22%
G = 18.81%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8C2925 (or 0x8C2925) is known color: Mandarian Orange. HEX triplet: 8C, 29 and 25. RGB value is (140,41,37). Sum of RGB (Red+Green+Blue) = 140+41+37=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2925 is #73D6DA. Grayscale: #464646. Windows color (decimal): -7591643 or 2435468. OLE color: 2435468.

HSL color Cylindrical-coordinate representation of color #8C2925: hue angle of 2.33º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2925 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 37 -
CMYK 0 0.71 0.74 0.45
HSL 2.33º 0.58% 0.35% -
HSV(B) 2.33º 0.74% 0.55% -
XYZ 11.94 7.29 2.53 -
YUV 70.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 140 41 37 0 0.71 0.74 0.45 2.33 0.58 0.35
Hex 8C 29 25 0 47 4A 2D 2 3A 23
Octal 214 51 45 0 107 112 55 2 72 43
Binary 10001100 101001 100101 0 1000111 1001010 101101 10 111010 100011

Color Harmonies of #8C2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2925

Black with #8C2925

Text Example


Text Example

White with #8C2925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,41,37); }

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

background-color css

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

 a { background-color: rgb(140,41,37); }

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

border-color css

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

 span { border-color: rgb(140,41,37); }

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