Html Css Color HEX #961B15 Mandarian Orange

📋 copy color: '#961B15'

red 150 ◦ green 27 ◦ blue 21

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

Shades of Mandarian Orange #961B15

Tints of Mandarian Orange #961B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.64%

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

R = 75.76%
G = 13.64%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#961B15 (or 0x961B15) is known color: Mandarian Orange. HEX triplet: 96, 1B and 15. RGB value is (150,27,21). Sum of RGB (Red+Green+Blue) = 150+27+21=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #961B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961B15 is #69E4EA. Grayscale: #3F3F3F. Windows color (decimal): -6939883 or 1383318. OLE color: 1383318.

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

Color convert

RGB 150 27 21 -
CMYK 0 0.82 0.86 0.41
HSL 2.79º 0.75% 0.34% -
HSV(B) 2.79º 0.86% 0.59% -
XYZ 13.1 7.32 1.43 -
YUV 63.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 150 27 21 0 0.82 0.86 0.41 2.79 0.75 0.34
Hex 96 1B 15 0 52 56 29 3 4B 22
Octal 226 33 25 0 122 126 51 3 113 42
Binary 10010110 11011 10101 0 1010010 1010110 101001 11 1001011 100010

Color Harmonies of #961B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961B15

Black with #961B15

Text Example


Text Example

White with #961B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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