Html Css Color HEX #962113 Mandarian Orange

📋 copy color: '#962113'

red 150 ◦ green 33 ◦ blue 19

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

Shades of Mandarian Orange #962113

Tints of Mandarian Orange #962113

RGB

 RED value IS 150 (58.98% from 255) = 74.26%

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

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

R = 74.26%
G = 16.34%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#962113 (or 0x962113) is known color: Mandarian Orange. HEX triplet: 96, 21 and 13. RGB value is (150,33,19). Sum of RGB (Red+Green+Blue) = 150+33+19=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #962113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962113 is #69DEEC. Grayscale: #424242. Windows color (decimal): -6938349 or 1253782. OLE color: 1253782.

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

Color convert

RGB 150 33 19 -
CMYK 0 0.78 0.87 0.41
HSL 6.41º 0.78% 0.33% -
HSV(B) 6.41º 0.87% 0.59% -
XYZ 13.24 7.62 1.39 -
YUV 66.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 150 33 19 0 0.78 0.87 0.41 6.41 0.78 0.33
Hex 96 21 13 0 4E 57 29 6 4E 21
Octal 226 41 23 0 116 127 51 6 116 41
Binary 10010110 100001 10011 0 1001110 1010111 101001 110 1001110 100001

Color Harmonies of #962113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962113

Black with #962113

Text Example


Text Example

White with #962113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962113; }

 p { color: rgb(150,33,19); }

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

background-color css

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

 a { background-color: rgb(150,33,19); }

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

border-color css

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

 span { border-color: rgb(150,33,19); }

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