Html Css Color HEX #961D18 Mandarian Orange

📋 copy color: '#961D18'

red 150 ◦ green 29 ◦ blue 24

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

Shades of Mandarian Orange #961D18

Tints of Mandarian Orange #961D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.29%

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

R = 73.89%
G = 14.29%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#961D18 (or 0x961D18) is known color: Mandarian Orange. HEX triplet: 96, 1D and 18. RGB value is (150,29,24). Sum of RGB (Red+Green+Blue) = 150+29+24=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #961D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961D18 is #69E2E7. Grayscale: #404040. Windows color (decimal): -6939368 or 1580438. OLE color: 1580438.

HSL color Cylindrical-coordinate representation of color #961D18: hue angle of 2.38º 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 #961D18 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 29 24 -
CMYK 0 0.81 0.84 0.41
HSL 2.38º 0.72% 0.34% -
HSV(B) 2.38º 0.84% 0.59% -
XYZ 13.18 7.43 1.6 -
YUV 64.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 150 29 24 0 0.81 0.84 0.41 2.38 0.72 0.34
Hex 96 1D 18 0 51 54 29 2 48 22
Octal 226 35 30 0 121 124 51 2 110 42
Binary 10010110 11101 11000 0 1010001 1010100 101001 10 1001000 100010

Color Harmonies of #961D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961D18

Black with #961D18

Text Example


Text Example

White with #961D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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