Html Css Color HEX #961818 Mandarian Orange

📋 copy color: '#961818'

red 150 ◦ green 24 ◦ blue 24

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

Shades of Mandarian Orange #961818

Tints of Mandarian Orange #961818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.12%

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

R = 75.76%
G = 12.12%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#961818 (or 0x961818) is known color: Mandarian Orange. HEX triplet: 96, 18 and 18. RGB value is (150,24,24). Sum of RGB (Red+Green+Blue) = 150+24+24=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #961818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961818 is #69E7E7. Grayscale: #3D3D3D. Windows color (decimal): -6940648 or 1579158. OLE color: 1579158.

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

Color convert

RGB 150 24 24 -
CMYK 0 0.84 0.84 0.41
HSL 0.72% 0.34% -
HSV(B) 0.84% 0.59% -
XYZ 13.07 7.2 1.57 -
YUV 61.67 106.74 191 -
System Red Green Blue C M Y K H S L
Decimal 150 24 24 0 0.84 0.84 0.41 0 0.72 0.34
Hex 96 18 18 0 54 54 29 0 48 22
Octal 226 30 30 0 124 124 51 0 110 42
Binary 10010110 11000 11000 0 1010100 1010100 101001 0 1001000 100010

Color Harmonies of #961818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961818

Black with #961818

Text Example


Text Example

White with #961818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961818; }

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

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

background-color css

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

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

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

border-color css

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

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

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