Html Css Color HEX #95201B Mandarian Orange

📋 copy color: '#95201B'

red 149 ◦ green 32 ◦ blue 27

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

Shades of Mandarian Orange #95201B

Tints of Mandarian Orange #95201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.98%

R = 71.63%
G = 15.38%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#95201B (or 0x95201B) is known color: Mandarian Orange. HEX triplet: 95, 20 and 1B. RGB value is (149,32,27). Sum of RGB (Red+Green+Blue) = 149+32+27=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #95201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95201B is #6ADFE4. Grayscale: #424242. Windows color (decimal): -7004133 or 1777813. OLE color: 1777813.

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

Color convert

RGB 149 32 27 -
CMYK 0 0.79 0.82 0.42
HSL 2.46º 0.69% 0.35% -
HSV(B) 2.46º 0.82% 0.58% -
XYZ 13.11 7.5 1.79 -
YUV 66.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 149 32 27 0 0.79 0.82 0.42 2.46 0.69 0.35
Hex 95 20 1B 0 4F 52 2A 2 45 23
Octal 225 40 33 0 117 122 52 2 105 43
Binary 10010101 100000 11011 0 1001111 1010010 101010 10 1000101 100011

Color Harmonies of #95201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95201B

Black with #95201B

Text Example


Text Example

White with #95201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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