Html Css Color HEX #961E1D Mandarian Orange

📋 copy color: '#961E1D'

red 150 ◦ green 30 ◦ blue 29

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

Shades of Mandarian Orange #961E1D

Tints of Mandarian Orange #961E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.35%

 BLUE value IS 29 (11.72% from 255) = 13.88%

R = 71.77%
G = 14.35%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#961E1D (or 0x961E1D) is known color: Mandarian Orange. HEX triplet: 96, 1E and 1D. RGB value is (150,30,29). Sum of RGB (Red+Green+Blue) = 150+30+29=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #961E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961E1D is #69E1E2. Grayscale: #414141. Windows color (decimal): -6939107 or 1908374. OLE color: 1908374.

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

Color convert

RGB 150 30 29 -
CMYK 0 0.80 0.81 0.41
HSL 0.5º 0.68% 0.35% -
HSV(B) 0.5º 0.81% 0.59% -
XYZ 13.26 7.5 1.91 -
YUV 65.77 107.26 188.08 -
System Red Green Blue C M Y K H S L
Decimal 150 30 29 0 0.80 0.81 0.41 0.5 0.68 0.35
Hex 96 1E 1D 0 50 51 29 0 44 23
Octal 226 36 35 0 120 121 51 0 104 43
Binary 10010110 11110 11101 0 1010000 1010001 101001 0 1000100 100011

Color Harmonies of #961E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961E1D

Black with #961E1D

Text Example


Text Example

White with #961E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,30,29); }

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

background-color css

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

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

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

border-color css

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

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

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