Html Css Color HEX #951914 Mandarian Orange

📋 copy color: '#951914'

red 149 ◦ green 25 ◦ blue 20

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

Shades of Mandarian Orange #951914

Tints of Mandarian Orange #951914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

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

R = 76.8%
G = 12.89%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#951914 (or 0x951914) is known color: Mandarian Orange. HEX triplet: 95, 19 and 14. RGB value is (149,25,20). Sum of RGB (Red+Green+Blue) = 149+25+20=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #951914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951914 is #6AE6EB. Grayscale: #3D3D3D. Windows color (decimal): -7005932 or 1317269. OLE color: 1317269.

HSL color Cylindrical-coordinate representation of color #951914: hue angle of 2.33º 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 #951914 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 20 -
CMYK 0 0.83 0.87 0.42
HSL 2.33º 0.76% 0.33% -
HSV(B) 2.33º 0.87% 0.58% -
XYZ 12.87 7.14 1.36 -
YUV 61.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 149 25 20 0 0.83 0.87 0.42 2.33 0.76 0.33
Hex 95 19 14 0 53 57 2A 2 4C 21
Octal 225 31 24 0 123 127 52 2 114 41
Binary 10010101 11001 10100 0 1010011 1010111 101010 10 1001100 100001

Color Harmonies of #951914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951914

Black with #951914

Text Example


Text Example

White with #951914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951914; }

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

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

background-color css

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

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

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

border-color css

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

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

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