Html Css Color HEX #951D0E Mandarian Orange

📋 copy color: '#951D0E'

red 149 ◦ green 29 ◦ blue 14

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

Shades of Mandarian Orange #951D0E

Tints of Mandarian Orange #951D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.29%

R = 77.6%
G = 15.1%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#951D0E (or 0x951D0E) is known color: Mandarian Orange. HEX triplet: 95, 1D and 0E. RGB value is (149,29,14). Sum of RGB (Red+Green+Blue) = 149+29+14=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #951D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951D0E is #6AE2F1. Grayscale: #3F3F3F. Windows color (decimal): -7004914 or 925077. OLE color: 925077.

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

Color convert

RGB 149 29 14 -
CMYK 0 0.81 0.91 0.42
HSL 6.67º 0.83% 0.32% -
HSV(B) 6.67º 0.91% 0.58% -
XYZ 12.91 7.3 1.14 -
YUV 63.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 149 29 14 0 0.81 0.91 0.42 6.67 0.83 0.32
Hex 95 1D E 0 51 5B 2A 7 53 20
Octal 225 35 16 0 121 133 52 7 123 40
Binary 10010101 11101 1110 0 1010001 1011011 101010 111 1010011 100000

Color Harmonies of #951D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D0E

Black with #951D0E

Text Example


Text Example

White with #951D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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