Html Css Color HEX #962019 Mandarian Orange

📋 copy color: '#962019'

red 150 ◦ green 32 ◦ blue 25

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

Shades of Mandarian Orange #962019

Tints of Mandarian Orange #962019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

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

R = 72.46%
G = 15.46%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#962019 (or 0x962019) is known color: Mandarian Orange. HEX triplet: 96, 20 and 19. RGB value is (150,32,25). Sum of RGB (Red+Green+Blue) = 150+32+25=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #962019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962019 is #69DFE6. Grayscale: #424242. Windows color (decimal): -6938599 or 1646742. OLE color: 1646742.

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

Color convert

RGB 150 32 25 -
CMYK 0 0.79 0.83 0.41
HSL 3.36º 0.71% 0.34% -
HSV(B) 3.36º 0.83% 0.59% -
XYZ 13.27 7.59 1.68 -
YUV 66.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 150 32 25 0 0.79 0.83 0.41 3.36 0.71 0.34
Hex 96 20 19 0 4F 53 29 3 47 22
Octal 226 40 31 0 117 123 51 3 107 42
Binary 10010110 100000 11001 0 1001111 1010011 101001 11 1000111 100010

Color Harmonies of #962019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962019

Black with #962019

Text Example


Text Example

White with #962019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962019; }

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

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

background-color css

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

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

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

border-color css

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

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

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