#952020

Color #952020 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #952020

Tints of Mandarian Orange #952020

Color information

#952020 (or 0x952020) is unknown color: approx Mandarian Orange. HEX triplet: 95, 20 and 20. RGB value is (149,32,32). Sum of RGB (Red+Green+Blue) = 149+32+32=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #952020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952020 is #6ADFDF. Grayscale: #434343. Windows color (decimal): -7004128 or 2105493. OLE color: 2105493.

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

Color convert

RGB1493232-
CMYK00.790.790.42
HSL64.64%35.49%-
HSV(B)78.52%58.43%-
XYZ13.177.532.13-
YUV66.98108.26186.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.95%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=69.95%
G=15.02%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149323200.790.790.42064.6435.49
Hex95202004F4F2A04123
Octal2254040011711752010143
Binary1001010110000010000001001111100111110101001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952020; }

 p { color: rgb(149,32,32); }

 H1.HeaderClassName
 {
   color: #952020;
 }
 .AnyTagClassName
 {
   color: #952020;
 }
</style>
background-color css

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

 a { background-color: rgb(149,32,32); }

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

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

 span { border-color: rgb(149,32,32); }

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