Html Css Color HEX #952421 Mandarian Orange

📋 copy color: '#952421'

red 149 ◦ green 36 ◦ blue 33

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

Shades of Mandarian Orange #952421

Tints of Mandarian Orange #952421

RGB

 RED value IS 149 (58.59% from 255) = 68.35%

 GREEN value IS 36 (14.45% from 255) = 16.51%

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

R = 68.35%
G = 16.51%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#952421 (or 0x952421) is known color: Mandarian Orange. HEX triplet: 95, 24 and 21. RGB value is (149,36,33). Sum of RGB (Red+Green+Blue) = 149+36+33=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #952421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952421 is #6ADBDE. Grayscale: #454545. Windows color (decimal): -7003103 or 2172053. OLE color: 2172053.

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

Color convert

RGB 149 36 33 -
CMYK 0 0.76 0.78 0.42
HSL 1.55º 0.64% 0.36% -
HSV(B) 1.55º 0.78% 0.58% -
XYZ 13.3 7.76 2.24 -
YUV 69.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 149 36 33 0 0.76 0.78 0.42 1.55 0.64 0.36
Hex 95 24 21 0 4C 4E 2A 2 40 24
Octal 225 44 41 0 114 116 52 2 100 44
Binary 10010101 100100 100001 0 1001100 1001110 101010 10 1000000 100100

Color Harmonies of #952421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952421

Black with #952421

Text Example


Text Example

White with #952421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952421; }

 p { color: rgb(149,36,33); }

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

background-color css

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

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

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

border-color css

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

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

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