Html Css Color HEX #952015 Mandarian Orange

📋 copy color: '#952015'

red 149 ◦ green 32 ◦ blue 21

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

Shades of Mandarian Orange #952015

Tints of Mandarian Orange #952015

RGB

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

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

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

R = 73.76%
G = 15.84%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#952015 (or 0x952015) is known color: Mandarian Orange. HEX triplet: 95, 20 and 15. RGB value is (149,32,21). Sum of RGB (Red+Green+Blue) = 149+32+21=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #952015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952015 is #6ADFEA. Grayscale: #414141. Windows color (decimal): -7004139 or 1384597. OLE color: 1384597.

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

Color convert

RGB 149 32 21 -
CMYK 0 0.79 0.86 0.42
HSL 5.16º 0.75% 0.33% -
HSV(B) 5.16º 0.86% 0.58% -
XYZ 13.05 7.48 1.47 -
YUV 65.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 149 32 21 0 0.79 0.86 0.42 5.16 0.75 0.33
Hex 95 20 15 0 4F 56 2A 5 4B 21
Octal 225 40 25 0 117 126 52 5 113 41
Binary 10010101 100000 10101 0 1001111 1010110 101010 101 1001011 100001

Color Harmonies of #952015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952015

Black with #952015

Text Example


Text Example

White with #952015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952015; }

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

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

background-color css

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

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

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

border-color css

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

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

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