Html Css Color HEX #95211F Mandarian Orange

📋 copy color: '#95211F'

red 149 ◦ green 33 ◦ blue 31

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

Shades of Mandarian Orange #95211F

Tints of Mandarian Orange #95211F

RGB

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

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

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

R = 69.95%
G = 15.49%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#95211F (or 0x95211F) is known color: Mandarian Orange. HEX triplet: 95, 21 and 1F. RGB value is (149,33,31). Sum of RGB (Red+Green+Blue) = 149+33+31=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #95211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95211F is #6ADEE0. Grayscale: #434343. Windows color (decimal): -7003873 or 2040213. OLE color: 2040213.

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

Color convert

RGB 149 33 31 -
CMYK 0 0.78 0.79 0.42
HSL 1.02º 0.66% 0.35% -
HSV(B) 1.02º 0.79% 0.58% -
XYZ 13.19 7.58 2.06 -
YUV 67.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 149 33 31 0 0.78 0.79 0.42 1.02 0.66 0.35
Hex 95 21 1F 0 4E 4F 2A 1 42 23
Octal 225 41 37 0 116 117 52 1 102 43
Binary 10010101 100001 11111 0 1001110 1001111 101010 1 1000010 100011

Color Harmonies of #95211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95211F

Black with #95211F

Text Example


Text Example

White with #95211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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