Html Css Color HEX #951D10 Mandarian Orange

📋 copy color: '#951D10'

red 149 ◦ green 29 ◦ blue 16

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

Shades of Mandarian Orange #951D10

Tints of Mandarian Orange #951D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.25%

R = 76.8%
G = 14.95%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#951D10 (or 0x951D10) is known color: Mandarian Orange. HEX triplet: 95, 1D and 10. RGB value is (149,29,16). Sum of RGB (Red+Green+Blue) = 149+29+16=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #951D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951D10 is #6AE2EF. Grayscale: #3F3F3F. Windows color (decimal): -7004912 or 1056149. OLE color: 1056149.

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

Color convert

RGB 149 29 16 -
CMYK 0 0.81 0.89 0.42
HSL 5.86º 0.81% 0.32% -
HSV(B) 5.86º 0.89% 0.58% -
XYZ 12.93 7.31 1.22 -
YUV 63.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 149 29 16 0 0.81 0.89 0.42 5.86 0.81 0.32
Hex 95 1D 10 0 51 59 2A 6 51 20
Octal 225 35 20 0 121 131 52 6 121 40
Binary 10010101 11101 10000 0 1010001 1011001 101010 110 1010001 100000

Color Harmonies of #951D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D10

Black with #951D10

Text Example


Text Example

White with #951D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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