Html Css Color HEX #951919 Mandarian Orange

📋 copy color: '#951919'

red 149 ◦ green 25 ◦ blue 25

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

Shades of Mandarian Orange #951919

Tints of Mandarian Orange #951919

RGB

 RED value IS 149 (58.59% from 255) = 74.87%

 GREEN value IS 25 (10.16% from 255) = 12.56%

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

R = 74.87%
G = 12.56%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#951919 (or 0x951919) is known color: Mandarian Orange. HEX triplet: 95, 19 and 19. RGB value is (149,25,25). Sum of RGB (Red+Green+Blue) = 149+25+25=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #951919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951919 is #6AE6E6. Grayscale: #3E3E3E. Windows color (decimal): -7005927 or 1644949. OLE color: 1644949.

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

Color convert

RGB 149 25 25 -
CMYK 0 0.83 0.83 0.42
HSL 0.71% 0.34% -
HSV(B) 0.83% 0.58% -
XYZ 12.92 7.16 1.62 -
YUV 62.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 149 25 25 0 0.83 0.83 0.42 0 0.71 0.34
Hex 95 19 19 0 53 53 2A 0 47 22
Octal 225 31 31 0 123 123 52 0 107 42
Binary 10010101 11001 11001 0 1010011 1010011 101010 0 1000111 100010

Color Harmonies of #951919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951919

Black with #951919

Text Example


Text Example

White with #951919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951919; }

 p { color: rgb(149,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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