Html Css Color HEX #961C19 Mandarian Orange

📋 copy color: '#961C19'

red 150 ◦ green 28 ◦ blue 25

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

Shades of Mandarian Orange #961C19

Tints of Mandarian Orange #961C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.79%

 BLUE value IS 25 (10.16% from 255) = 12.32%

R = 73.89%
G = 13.79%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#961C19 (or 0x961C19) is known color: Mandarian Orange. HEX triplet: 96, 1C and 19. RGB value is (150,28,25). Sum of RGB (Red+Green+Blue) = 150+28+25=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #961C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961C19 is #69E3E6. Grayscale: #404040. Windows color (decimal): -6939623 or 1645718. OLE color: 1645718.

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

Color convert

RGB 150 28 25 -
CMYK 0 0.81 0.83 0.41
HSL 1.44º 0.71% 0.34% -
HSV(B) 1.44º 0.83% 0.59% -
XYZ 13.17 7.38 1.65 -
YUV 64.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 150 28 25 0 0.81 0.83 0.41 1.44 0.71 0.34
Hex 96 1C 19 0 51 53 29 1 47 22
Octal 226 34 31 0 121 123 51 1 107 42
Binary 10010110 11100 11001 0 1010001 1010011 101001 1 1000111 100010

Color Harmonies of #961C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C19

Black with #961C19

Text Example


Text Example

White with #961C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,28,25); }

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

background-color css

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

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

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

border-color css

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

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

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