Html Css Color HEX #952121 Mandarian Orange

📋 copy color: '#952121'

red 149 ◦ green 33 ◦ blue 33

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

Shades of Mandarian Orange #952121

Tints of Mandarian Orange #952121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 69.3%
G = 15.35%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#952121 (or 0x952121) is known color: Mandarian Orange. HEX triplet: 95, 21 and 21. RGB value is (149,33,33). Sum of RGB (Red+Green+Blue) = 149+33+33=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #952121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952121 is #6ADEDE. Grayscale: #434343. Windows color (decimal): -7003871 or 2171285. OLE color: 2171285.

HSL color Cylindrical-coordinate representation of color #952121: hue angle of 0º 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 #952121 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 33 -
CMYK 0 0.78 0.78 0.42
HSL 0.64% 0.36% -
HSV(B) 0.78% 0.58% -
XYZ 13.21 7.59 2.21 -
YUV 67.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 149 33 33 0 0.78 0.78 0.42 0 0.64 0.36
Hex 95 21 21 0 4E 4E 2A 0 40 24
Octal 225 41 41 0 116 116 52 0 100 44
Binary 10010101 100001 100001 0 1001110 1001110 101010 0 1000000 100100

Color Harmonies of #952121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952121

Black with #952121

Text Example


Text Example

White with #952121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952121; }

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

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

background-color css

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

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

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

border-color css

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

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

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