Html Css Color HEX #952313 Mandarian Orange

📋 copy color: '#952313'

red 149 ◦ green 35 ◦ blue 19

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

Shades of Mandarian Orange #952313

Tints of Mandarian Orange #952313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.24%

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 73.4%
G = 17.24%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#952313 (or 0x952313) is known color: Mandarian Orange. HEX triplet: 95, 23 and 13. RGB value is (149,35,19). Sum of RGB (Red+Green+Blue) = 149+35+19=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #952313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952313 is #6ADCEC. Grayscale: #434343. Windows color (decimal): -7003373 or 1254293. OLE color: 1254293.

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

Color convert

RGB 149 35 19 -
CMYK 0 0.77 0.87 0.42
HSL 7.38º 0.77% 0.33% -
HSV(B) 7.38º 0.87% 0.58% -
XYZ 13.11 7.64 1.4 -
YUV 67.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 149 35 19 0 0.77 0.87 0.42 7.38 0.77 0.33
Hex 95 23 13 0 4D 57 2A 7 4D 21
Octal 225 43 23 0 115 127 52 7 115 41
Binary 10010101 100011 10011 0 1001101 1010111 101010 111 1001101 100001

Color Harmonies of #952313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952313

Black with #952313

Text Example


Text Example

White with #952313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952313; }

 p { color: rgb(149,35,19); }

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

background-color css

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

 a { background-color: rgb(149,35,19); }

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

border-color css

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

 span { border-color: rgb(149,35,19); }

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