Html Css Color HEX #961B13 Mandarian Orange

📋 copy color: '#961B13'

red 150 ◦ green 27 ◦ blue 19

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

Shades of Mandarian Orange #961B13

Tints of Mandarian Orange #961B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.69%

R = 76.53%
G = 13.78%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#961B13 (or 0x961B13) is known color: Mandarian Orange. HEX triplet: 96, 1B and 13. RGB value is (150,27,19). Sum of RGB (Red+Green+Blue) = 150+27+19=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #961B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961B13 is #69E4EC. Grayscale: #3F3F3F. Windows color (decimal): -6939885 or 1252246. OLE color: 1252246.

HSL color Cylindrical-coordinate representation of color #961B13: hue angle of 3.66º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961B13 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 27 19 -
CMYK 0 0.82 0.87 0.41
HSL 3.66º 0.78% 0.33% -
HSV(B) 3.66º 0.87% 0.59% -
XYZ 13.09 7.31 1.34 -
YUV 62.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 150 27 19 0 0.82 0.87 0.41 3.66 0.78 0.33
Hex 96 1B 13 0 52 57 29 4 4E 21
Octal 226 33 23 0 122 127 51 4 116 41
Binary 10010110 11011 10011 0 1010010 1010111 101001 100 1001110 100001

Color Harmonies of #961B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961B13

Black with #961B13

Text Example


Text Example

White with #961B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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