Html Css Color HEX #951D14 Mandarian Orange

📋 copy color: '#951D14'

red 149 ◦ green 29 ◦ blue 20

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

Shades of Mandarian Orange #951D14

Tints of Mandarian Orange #951D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.65%

 BLUE value IS 20 (8.2% from 255) = 10.1%

R = 75.25%
G = 14.65%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#951D14 (or 0x951D14) is known color: Mandarian Orange. HEX triplet: 95, 1D and 14. RGB value is (149,29,20). Sum of RGB (Red+Green+Blue) = 149+29+20=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #951D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951D14 is #6AE2EB. Grayscale: #404040. Windows color (decimal): -7004908 or 1318293. OLE color: 1318293.

HSL color Cylindrical-coordinate representation of color #951D14: hue angle of 4.19º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951D14 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 29 20 -
CMYK 0 0.81 0.87 0.42
HSL 4.19º 0.76% 0.33% -
HSV(B) 4.19º 0.87% 0.58% -
XYZ 12.96 7.32 1.39 -
YUV 63.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 149 29 20 0 0.81 0.87 0.42 4.19 0.76 0.33
Hex 95 1D 14 0 51 57 2A 4 4C 21
Octal 225 35 24 0 121 127 52 4 114 41
Binary 10010101 11101 10100 0 1010001 1010111 101010 100 1001100 100001

Color Harmonies of #951D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D14

Black with #951D14

Text Example


Text Example

White with #951D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951D14; }

 p { color: rgb(149,29,20); }

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

background-color css

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

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

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

border-color css

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

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

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