Html Css Color HEX #951E1A Mandarian Orange

📋 copy color: '#951E1A'

red 149 ◦ green 30 ◦ blue 26

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

Shades of Mandarian Orange #951E1A

Tints of Mandarian Orange #951E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.63%

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 72.68%
G = 14.63%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#951E1A (or 0x951E1A) is known color: Mandarian Orange. HEX triplet: 95, 1E and 1A. RGB value is (149,30,26). Sum of RGB (Red+Green+Blue) = 149+30+26=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #951E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951E1A is #6AE1E5. Grayscale: #414141. Windows color (decimal): -7004646 or 1711765. OLE color: 1711765.

HSL color Cylindrical-coordinate representation of color #951E1A: hue angle of 1.95º degrees, saturation: 0.7, 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 #951E1A is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 30 26 -
CMYK 0 0.80 0.83 0.42
HSL 1.95º 0.7% 0.34% -
HSV(B) 1.95º 0.83% 0.58% -
XYZ 13.05 7.39 1.72 -
YUV 65.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 149 30 26 0 0.80 0.83 0.42 1.95 0.7 0.34
Hex 95 1E 1A 0 50 53 2A 2 46 22
Octal 225 36 32 0 120 123 52 2 106 42
Binary 10010101 11110 11010 0 1010000 1010011 101010 10 1000110 100010

Color Harmonies of #951E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951E1A

Black with #951E1A

Text Example


Text Example

White with #951E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,30,26); }

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

background-color css

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

 a { background-color: rgb(149,30,26); }

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

border-color css

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

 span { border-color: rgb(149,30,26); }

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