Html Css Color HEX #95211A Mandarian Orange

📋 copy color: '#95211A'

red 149 ◦ green 33 ◦ blue 26

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

Shades of Mandarian Orange #95211A

Tints of Mandarian Orange #95211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.5%

R = 71.63%
G = 15.87%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95211A (or 0x95211A) is known color: Mandarian Orange. HEX triplet: 95, 21 and 1A. RGB value is (149,33,26). Sum of RGB (Red+Green+Blue) = 149+33+26=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #95211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95211A is #6ADEE5. Grayscale: #434343. Windows color (decimal): -7003878 or 1712533. OLE color: 1712533.

HSL color Cylindrical-coordinate representation of color #95211A: hue angle of 3.41º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95211A is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 26 -
CMYK 0 0.78 0.83 0.42
HSL 3.41º 0.7% 0.34% -
HSV(B) 3.41º 0.83% 0.58% -
XYZ 13.12 7.55 1.74 -
YUV 66.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 149 33 26 0 0.78 0.83 0.42 3.41 0.7 0.34
Hex 95 21 1A 0 4E 53 2A 3 46 22
Octal 225 41 32 0 116 123 52 3 106 42
Binary 10010101 100001 11010 0 1001110 1010011 101010 11 1000110 100010

Color Harmonies of #95211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95211A

Black with #95211A

Text Example


Text Example

White with #95211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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