Html Css Color HEX #931114 Sangria

📋 copy color: '#931114'

red 147 ◦ green 17 ◦ blue 20

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

Shades of Sangria #931114

Tints of Sangria #931114

RGB

 RED value IS 147 (57.81% from 255) = 79.89%

 GREEN value IS 17 (7.03% from 255) = 9.24%

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

R = 79.89%
G = 9.24%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#931114 (or 0x931114) is known color: Sangria. HEX triplet: 93, 11 and 14. RGB value is (147,17,20). Sum of RGB (Red+Green+Blue) = 147+17+20=184 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.89% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 147 - color contains mainly: red. Hex color #931114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931114 is #6CEEEB. Grayscale: #383838. Windows color (decimal): -7139052 or 1315219. OLE color: 1315219.

HSL color Cylindrical-coordinate representation of color #931114: hue angle of 358.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931114 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 17 20 -
CMYK 0 0.88 0.86 0.42
HSL 358.62º 0.79% 0.32% -
HSV(B) 358.62º 0.88% 0.58% -
XYZ 12.36 6.65 1.29 -
YUV 56.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 147 17 20 0 0.88 0.86 0.42 358.62 0.79 0.32
Hex 93 11 14 0 58 56 2A 167 4F 20
Octal 223 21 24 0 130 126 52 547 117 40
Binary 10010011 10001 10100 0 1011000 1010110 101010 101100111 1001111 100000

Color Harmonies of #931114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931114

Black with #931114

Text Example


Text Example

White with #931114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931114; }

 p { color: rgb(147,17,20); }

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

background-color css

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

 a { background-color: rgb(147,17,20); }

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

border-color css

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

 span { border-color: rgb(147,17,20); }

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