Html Css Color HEX #961F18 Mandarian Orange

📋 copy color: '#961F18'

red 150 ◦ green 31 ◦ blue 24

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

Shades of Mandarian Orange #961F18

Tints of Mandarian Orange #961F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.12%

 BLUE value IS 24 (9.77% from 255) = 11.71%

R = 73.17%
G = 15.12%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#961F18 (or 0x961F18) is known color: Mandarian Orange. HEX triplet: 96, 1F and 18. RGB value is (150,31,24). Sum of RGB (Red+Green+Blue) = 150+31+24=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #961F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961F18 is #69E0E7. Grayscale: #414141. Windows color (decimal): -6938856 or 1580950. OLE color: 1580950.

HSL color Cylindrical-coordinate representation of color #961F18: hue angle of 3.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961F18 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 31 24 -
CMYK 0 0.79 0.84 0.41
HSL 3.33º 0.72% 0.34% -
HSV(B) 3.33º 0.84% 0.59% -
XYZ 13.23 7.53 1.62 -
YUV 65.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 150 31 24 0 0.79 0.84 0.41 3.33 0.72 0.34
Hex 96 1F 18 0 4F 54 29 3 48 22
Octal 226 37 30 0 117 124 51 3 110 42
Binary 10010110 11111 11000 0 1001111 1010100 101001 11 1001000 100010

Color Harmonies of #961F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961F18

Black with #961F18

Text Example


Text Example

White with #961F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961F18; }

 p { color: rgb(150,31,24); }

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

background-color css

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

 a { background-color: rgb(150,31,24); }

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

border-color css

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

 span { border-color: rgb(150,31,24); }

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