Html Css Color HEX #962321 Mandarian Orange

📋 copy color: '#962321'

red 150 ◦ green 35 ◦ blue 33

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

Shades of Mandarian Orange #962321

Tints of Mandarian Orange #962321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 68.81%
G = 16.06%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#962321 (or 0x962321) is known color: Mandarian Orange. HEX triplet: 96, 23 and 21. RGB value is (150,35,33). Sum of RGB (Red+Green+Blue) = 150+35+33=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #962321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962321 is #69DCDE. Grayscale: #454545. Windows color (decimal): -6937823 or 2171798. OLE color: 2171798.

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

Color convert

RGB 150 35 33 -
CMYK 0 0.77 0.78 0.41
HSL 1.03º 0.64% 0.36% -
HSV(B) 1.03º 0.78% 0.59% -
XYZ 13.45 7.8 2.23 -
YUV 69.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 150 35 33 0 0.77 0.78 0.41 1.03 0.64 0.36
Hex 96 23 21 0 4D 4E 29 1 40 24
Octal 226 43 41 0 115 116 51 1 100 44
Binary 10010110 100011 100001 0 1001101 1001110 101001 1 1000000 100100

Color Harmonies of #962321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962321

Black with #962321

Text Example


Text Example

White with #962321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962321; }

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

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

background-color css

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

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

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

border-color css

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

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

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