Html Css Color HEX #951614 Mandarian Orange

📋 copy color: '#951614'

red 149 ◦ green 22 ◦ blue 20

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

Shades of Mandarian Orange #951614

Tints of Mandarian Orange #951614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

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

R = 78.01%
G = 11.52%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#951614 (or 0x951614) is known color: Mandarian Orange. HEX triplet: 95, 16 and 14. RGB value is (149,22,20). Sum of RGB (Red+Green+Blue) = 149+22+20=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #951614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951614 is #6AE9EB. Grayscale: #3B3B3B. Windows color (decimal): -7006700 or 1316501. OLE color: 1316501.

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

Color convert

RGB 149 22 20 -
CMYK 0 0.85 0.87 0.42
HSL 0.93º 0.76% 0.33% -
HSV(B) 0.93º 0.87% 0.58% -
XYZ 12.81 7.01 1.34 -
YUV 59.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 149 22 20 0 0.85 0.87 0.42 0.93 0.76 0.33
Hex 95 16 14 0 55 57 2A 1 4C 21
Octal 225 26 24 0 125 127 52 1 114 41
Binary 10010101 10110 10100 0 1010101 1010111 101010 1 1001100 100001

Color Harmonies of #951614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951614

Black with #951614

Text Example


Text Example

White with #951614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951614; }

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

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

background-color css

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

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

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

border-color css

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

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

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