Html Css Color HEX #961F15 Mandarian Orange

📋 copy color: '#961F15'

red 150 ◦ green 31 ◦ blue 21

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

Shades of Mandarian Orange #961F15

Tints of Mandarian Orange #961F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.4%

R = 74.26%
G = 15.35%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#961F15 (or 0x961F15) is known color: Mandarian Orange. HEX triplet: 96, 1F and 15. RGB value is (150,31,21). Sum of RGB (Red+Green+Blue) = 150+31+21=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #961F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961F15 is #69E0EA. Grayscale: #414141. Windows color (decimal): -6938859 or 1384342. OLE color: 1384342.

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

Color convert

RGB 150 31 21 -
CMYK 0 0.79 0.86 0.41
HSL 4.65º 0.75% 0.34% -
HSV(B) 4.65º 0.86% 0.59% -
XYZ 13.2 7.52 1.46 -
YUV 65.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 150 31 21 0 0.79 0.86 0.41 4.65 0.75 0.34
Hex 96 1F 15 0 4F 56 29 5 4B 22
Octal 226 37 25 0 117 126 51 5 113 42
Binary 10010110 11111 10101 0 1001111 1010110 101001 101 1001011 100010

Color Harmonies of #961F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961F15

Black with #961F15

Text Example


Text Example

White with #961F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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