#952929

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

Shades of Mandarian Orange #952929

Tints of Mandarian Orange #952929

Color information

#952929 (or 0x952929) is unknown color: approx Mandarian Orange. HEX triplet: 95, 29 and 29. RGB value is (149,41,41). Sum of RGB (Red+Green+Blue) = 149+41+41=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #952929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952929 is #6AD6D6. Grayscale: #494949. Windows color (decimal): -7001815 or 2697621. OLE color: 2697621.

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

Color convert

RGB1494141-
CMYK00.720.720.42
HSL56.84%37.25%-
HSV(B)72.48%58.43%-
XYZ13.598.142.95-
YUV73.29109.78182-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 41 (16.41% from 255) = 17.75%
R=64.50%
G=17.75%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149414100.720.720.42056.8437.25
Hex952929048482A03925
Octal225515101101105207145
Binary100101011010011010010100100010010001010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952929; }

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

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

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

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

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

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

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

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