Html Css Color HEX #962219 Mandarian Orange

📋 copy color: '#962219'

red 150 ◦ green 34 ◦ blue 25

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

Shades of Mandarian Orange #962219

Tints of Mandarian Orange #962219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.27%

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 71.77%
G = 16.27%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#962219 (or 0x962219) is known color: Mandarian Orange. HEX triplet: 96, 22 and 19. RGB value is (150,34,25). Sum of RGB (Red+Green+Blue) = 150+34+25=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #962219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962219 is #69DDE6. Grayscale: #434343. Windows color (decimal): -6938087 or 1647254. OLE color: 1647254.

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

Color convert

RGB 150 34 25 -
CMYK 0 0.77 0.83 0.41
HSL 4.32º 0.71% 0.34% -
HSV(B) 4.32º 0.83% 0.59% -
XYZ 13.33 7.7 1.7 -
YUV 67.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 150 34 25 0 0.77 0.83 0.41 4.32 0.71 0.34
Hex 96 22 19 0 4D 53 29 4 47 22
Octal 226 42 31 0 115 123 51 4 107 42
Binary 10010110 100010 11001 0 1001101 1010011 101001 100 1000111 100010

Color Harmonies of #962219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962219

Black with #962219

Text Example


Text Example

White with #962219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962219; }

 p { color: rgb(150,34,25); }

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

background-color css

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

 a { background-color: rgb(150,34,25); }

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

border-color css

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

 span { border-color: rgb(150,34,25); }

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