Html Css Color HEX #961F0B Mandarian Orange

📋 copy color: '#961F0B'

red 150 ◦ green 31 ◦ blue 11

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

Shades of Mandarian Orange #961F0B

Tints of Mandarian Orange #961F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.73%

R = 78.13%
G = 16.15%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#961F0B (or 0x961F0B) is known color: Mandarian Orange. HEX triplet: 96, 1F and 0B. RGB value is (150,31,11). Sum of RGB (Red+Green+Blue) = 150+31+11=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #961F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961F0B is #69E0F4. Grayscale: #404040. Windows color (decimal): -6938869 or 728982. OLE color: 728982.

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

Color convert

RGB 150 31 11 -
CMYK 0 0.79 0.93 0.41
HSL 8.63º 0.86% 0.32% -
HSV(B) 8.63º 0.93% 0.59% -
XYZ 13.13 7.49 1.07 -
YUV 64.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 150 31 11 0 0.79 0.93 0.41 8.63 0.86 0.32
Hex 96 1F B 0 4F 5D 29 9 56 20
Octal 226 37 13 0 117 135 51 11 126 40
Binary 10010110 11111 1011 0 1001111 1011101 101001 1001 1010110 100000

Color Harmonies of #961F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961F0B

Black with #961F0B

Text Example


Text Example

White with #961F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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