Html Css Color HEX #95201D Mandarian Orange

📋 copy color: '#95201D'

red 149 ◦ green 32 ◦ blue 29

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

Shades of Mandarian Orange #95201D

Tints of Mandarian Orange #95201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 70.95%
G = 15.24%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95201D (or 0x95201D) is known color: Mandarian Orange. HEX triplet: 95, 20 and 1D. RGB value is (149,32,29). Sum of RGB (Red+Green+Blue) = 149+32+29=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #95201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95201D is #6ADFE2. Grayscale: #424242. Windows color (decimal): -7004131 or 1908885. OLE color: 1908885.

HSL color Cylindrical-coordinate representation of color #95201D: hue angle of 1.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95201D is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 29 -
CMYK 0 0.79 0.81 0.42
HSL 1.5º 0.67% 0.35% -
HSV(B) 1.5º 0.81% 0.58% -
XYZ 13.13 7.51 1.92 -
YUV 66.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 149 32 29 0 0.79 0.81 0.42 1.5 0.67 0.35
Hex 95 20 1D 0 4F 51 2A 2 43 23
Octal 225 40 35 0 117 121 52 2 103 43
Binary 10010101 100000 11101 0 1001111 1010001 101010 10 1000011 100011

Color Harmonies of #95201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95201D

Black with #95201D

Text Example


Text Example

White with #95201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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