Html Css Color HEX #961F1F Mandarian Orange

📋 copy color: '#961F1F'

red 150 ◦ green 31 ◦ blue 31

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

Shades of Mandarian Orange #961F1F

Tints of Mandarian Orange #961F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 70.75%
G = 14.62%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#961F1F (or 0x961F1F) is known color: Mandarian Orange. HEX triplet: 96, 1F and 1F. RGB value is (150,31,31). Sum of RGB (Red+Green+Blue) = 150+31+31=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #961F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961F1F is #69E0E0. Grayscale: #424242. Windows color (decimal): -6938849 or 2039702. OLE color: 2039702.

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

Color convert

RGB 150 31 31 -
CMYK 0 0.79 0.79 0.41
HSL 0.66% 0.35% -
HSV(B) 0.79% 0.59% -
XYZ 13.31 7.56 2.05 -
YUV 66.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 150 31 31 0 0.79 0.79 0.41 0 0.66 0.35
Hex 96 1F 1F 0 4F 4F 29 0 42 23
Octal 226 37 37 0 117 117 51 0 102 43
Binary 10010110 11111 11111 0 1001111 1001111 101001 0 1000010 100011

Color Harmonies of #961F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961F1F

Black with #961F1F

Text Example


Text Example

White with #961F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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