Html Css Color HEX #952115 Mandarian Orange

📋 copy color: '#952115'

red 149 ◦ green 33 ◦ blue 21

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

Shades of Mandarian Orange #952115

Tints of Mandarian Orange #952115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.34%

R = 73.4%
G = 16.26%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#952115 (or 0x952115) is known color: Mandarian Orange. HEX triplet: 95, 21 and 15. RGB value is (149,33,21). Sum of RGB (Red+Green+Blue) = 149+33+21=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #952115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952115 is #6ADEEA. Grayscale: #424242. Windows color (decimal): -7003883 or 1384853. OLE color: 1384853.

HSL color Cylindrical-coordinate representation of color #952115: hue angle of 5.62º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #952115 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 21 -
CMYK 0 0.78 0.86 0.42
HSL 5.63º 0.75% 0.33% -
HSV(B) 5.63º 0.86% 0.58% -
XYZ 13.07 7.53 1.47 -
YUV 66.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 149 33 21 0 0.78 0.86 0.42 5.63 0.75 0.33
Hex 95 21 15 0 4E 56 2A 6 4B 21
Octal 225 41 25 0 116 126 52 6 113 41
Binary 10010101 100001 10101 0 1001110 1010110 101010 110 1001011 100001

Color Harmonies of #952115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952115

Black with #952115

Text Example


Text Example

White with #952115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952115; }

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

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

background-color css

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

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

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

border-color css

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

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

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