Html Css Color HEX #95201F Mandarian Orange

📋 copy color: '#95201F'

red 149 ◦ green 32 ◦ blue 31

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

Shades of Mandarian Orange #95201F

Tints of Mandarian Orange #95201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.09%

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 70.28%
G = 15.09%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#95201F (or 0x95201F) is known color: Mandarian Orange. HEX triplet: 95, 20 and 1F. RGB value is (149,32,31). Sum of RGB (Red+Green+Blue) = 149+32+31=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #95201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95201F is #6ADFE0. Grayscale: #424242. Windows color (decimal): -7004129 or 2039957. OLE color: 2039957.

HSL color Cylindrical-coordinate representation of color #95201F: hue angle of 0.51º degrees, saturation: 0.66, 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 #95201F is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 31 -
CMYK 0 0.79 0.79 0.42
HSL 0.51º 0.66% 0.35% -
HSV(B) 0.51º 0.79% 0.58% -
XYZ 13.16 7.52 2.05 -
YUV 66.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 149 32 31 0 0.79 0.79 0.42 0.51 0.66 0.35
Hex 95 20 1F 0 4F 4F 2A 1 42 23
Octal 225 40 37 0 117 117 52 1 102 43
Binary 10010101 100000 11111 0 1001111 1001111 101010 1 1000010 100011

Color Harmonies of #95201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95201F

Black with #95201F

Text Example


Text Example

White with #95201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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