Html Css Color HEX #951F10 Mandarian Orange

📋 copy color: '#951F10'

red 149 ◦ green 31 ◦ blue 16

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

Shades of Mandarian Orange #951F10

Tints of Mandarian Orange #951F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.82%

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

R = 76.02%
G = 15.82%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#951F10 (or 0x951F10) is known color: Mandarian Orange. HEX triplet: 95, 1F and 10. RGB value is (149,31,16). Sum of RGB (Red+Green+Blue) = 149+31+16=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #951F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F10 is #6AE0EF. Grayscale: #404040. Windows color (decimal): -7004400 or 1056661. OLE color: 1056661.

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

Color convert

RGB 149 31 16 -
CMYK 0 0.79 0.89 0.42
HSL 6.77º 0.81% 0.32% -
HSV(B) 6.77º 0.89% 0.58% -
XYZ 12.98 7.41 1.24 -
YUV 64.57 100.59 188.22 -
System Red Green Blue C M Y K H S L
Decimal 149 31 16 0 0.79 0.89 0.42 6.77 0.81 0.32
Hex 95 1F 10 0 4F 59 2A 7 51 20
Octal 225 37 20 0 117 131 52 7 121 40
Binary 10010101 11111 10000 0 1001111 1011001 101010 111 1010001 100000

Color Harmonies of #951F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F10

Black with #951F10

Text Example


Text Example

White with #951F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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