Html Css Color HEX #962114 Mandarian Orange

📋 copy color: '#962114'

red 150 ◦ green 33 ◦ blue 20

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

Shades of Mandarian Orange #962114

Tints of Mandarian Orange #962114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 73.89%
G = 16.26%
B = 9.85%

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

#962114 (or 0x962114) is known color: Mandarian Orange. HEX triplet: 96, 21 and 14. RGB value is (150,33,20). Sum of RGB (Red+Green+Blue) = 150+33+20=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #962114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962114 is #69DEEB. Grayscale: #424242. Windows color (decimal): -6938348 or 1319318. OLE color: 1319318.

HSL color Cylindrical-coordinate representation of color #962114: hue angle of 6º degrees, saturation: 0.76, 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 #962114 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 20 -
CMYK 0 0.78 0.87 0.41
HSL 0.76% 0.33% -
HSV(B) 0.87% 0.59% -
XYZ 13.25 7.62 1.43 -
YUV 66.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 150 33 20 0 0.78 0.87 0.41 6 0.76 0.33
Hex 96 21 14 0 4E 57 29 6 4C 21
Octal 226 41 24 0 116 127 51 6 114 41
Binary 10010110 100001 10100 0 1001110 1010111 101001 110 1001100 100001

Color Harmonies of #962114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962114

Black with #962114

Text Example


Text Example

White with #962114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962114; }

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

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

background-color css

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

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

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

border-color css

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

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

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