Html Css Color HEX #951014 Sangria

📋 copy color: '#951014'

red 149 ◦ green 16 ◦ blue 20

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

Shades of Sangria #951014

Tints of Sangria #951014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

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

R = 80.54%
G = 8.65%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#951014 (or 0x951014) is known color: Sangria. HEX triplet: 95, 10 and 14. RGB value is (149,16,20). Sum of RGB (Red+Green+Blue) = 149+16+20=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #951014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951014 is #6AEFEB. Grayscale: #383838. Windows color (decimal): -7008236 or 1314965. OLE color: 1314965.

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

Color convert

RGB 149 16 20 -
CMYK 0 0.89 0.87 0.42
HSL 358.2º 0.81% 0.32% -
HSV(B) 358.2º 0.89% 0.58% -
XYZ 12.71 6.81 1.31 -
YUV 56.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 149 16 20 0 0.89 0.87 0.42 358.2 0.81 0.32
Hex 95 10 14 0 59 57 2A 166 51 20
Octal 225 20 24 0 131 127 52 546 121 40
Binary 10010101 10000 10100 0 1011001 1010111 101010 101100110 1010001 100000

Color Harmonies of #951014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951014

Black with #951014

Text Example


Text Example

White with #951014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951014; }

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

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

background-color css

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

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

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

border-color css

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

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

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