Html Css Color HEX #962521 Mandarian Orange

📋 copy color: '#962521'

red 150 ◦ green 37 ◦ blue 33

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

Shades of Mandarian Orange #962521

Tints of Mandarian Orange #962521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

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

R = 68.18%
G = 16.82%
B = 15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#962521 (or 0x962521) is known color: Mandarian Orange. HEX triplet: 96, 25 and 21. RGB value is (150,37,33). Sum of RGB (Red+Green+Blue) = 150+37+33=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #962521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962521 is #69DADE. Grayscale: #464646. Windows color (decimal): -6937311 or 2172310. OLE color: 2172310.

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

Color convert

RGB 150 37 33 -
CMYK 0 0.75 0.78 0.41
HSL 2.05º 0.64% 0.36% -
HSV(B) 2.05º 0.78% 0.59% -
XYZ 13.51 7.92 2.25 -
YUV 70.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 150 37 33 0 0.75 0.78 0.41 2.05 0.64 0.36
Hex 96 25 21 0 4B 4E 29 2 40 24
Octal 226 45 41 0 113 116 51 2 100 44
Binary 10010110 100101 100001 0 1001011 1001110 101001 10 1000000 100100

Color Harmonies of #962521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962521

Black with #962521

Text Example


Text Example

White with #962521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962521; }

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

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

background-color css

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

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

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

border-color css

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

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

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