Html Css Color HEX #961F09 Mandarian Orange

📋 copy color: '#961F09'

red 150 ◦ green 31 ◦ blue 9

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

Shades of Mandarian Orange #961F09

Tints of Mandarian Orange #961F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.74%

R = 78.95%
G = 16.32%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#961F09 (or 0x961F09) is known color: Mandarian Orange. HEX triplet: 96, 1F and 09. RGB value is (150,31,9). Sum of RGB (Red+Green+Blue) = 150+31+9=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #961F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961F09 is #69E0F6. Grayscale: #404040. Windows color (decimal): -6938871 or 597910. OLE color: 597910.

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

Color convert

RGB 150 31 9 -
CMYK 0 0.79 0.94 0.41
HSL 9.36º 0.89% 0.31% -
HSV(B) 9.36º 0.94% 0.59% -
XYZ 13.12 7.48 1.01 -
YUV 64.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 150 31 9 0 0.79 0.94 0.41 9.36 0.89 0.31
Hex 96 1F 9 0 4F 5E 29 9 59 1F
Octal 226 37 11 0 117 136 51 11 131 37
Binary 10010110 11111 1001 0 1001111 1011110 101001 1001 1011001 11111

Color Harmonies of #961F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961F09

Black with #961F09

Text Example


Text Example

White with #961F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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