Html Css Color HEX #952019 Mandarian Orange

📋 copy color: '#952019'

red 149 ◦ green 32 ◦ blue 25

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

Shades of Mandarian Orange #952019

Tints of Mandarian Orange #952019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.53%

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

R = 72.33%
G = 15.53%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#952019 (or 0x952019) is known color: Mandarian Orange. HEX triplet: 95, 20 and 19. RGB value is (149,32,25). Sum of RGB (Red+Green+Blue) = 149+32+25=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #952019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952019 is #6ADFE6. Grayscale: #424242. Windows color (decimal): -7004135 or 1646741. OLE color: 1646741.

HSL color Cylindrical-coordinate representation of color #952019: hue angle of 3.39º 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 #952019 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 25 -
CMYK 0 0.79 0.83 0.42
HSL 3.39º 0.71% 0.34% -
HSV(B) 3.39º 0.83% 0.58% -
XYZ 13.09 7.49 1.68 -
YUV 66.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 149 32 25 0 0.79 0.83 0.42 3.39 0.71 0.34
Hex 95 20 19 0 4F 53 2A 3 47 22
Octal 225 40 31 0 117 123 52 3 107 42
Binary 10010101 100000 11001 0 1001111 1010011 101010 11 1000111 100010

Color Harmonies of #952019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952019

Black with #952019

Text Example


Text Example

White with #952019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952019; }

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

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

background-color css

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

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

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

border-color css

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

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

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