Html Css Color HEX #931113 Sangria

📋 copy color: '#931113'

red 147 ◦ green 17 ◦ blue 19

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

Shades of Sangria #931113

Tints of Sangria #931113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 80.33%
G = 9.29%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#931113 (or 0x931113) is known color: Sangria. HEX triplet: 93, 11 and 13. RGB value is (147,17,19). Sum of RGB (Red+Green+Blue) = 147+17+19=183 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.33% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 147 - color contains mainly: red. Hex color #931113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931113 is #6CEEEC. Grayscale: #383838. Windows color (decimal): -7139053 or 1249683. OLE color: 1249683.

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

Color convert

RGB 147 17 19 -
CMYK 0 0.88 0.87 0.42
HSL 359.08º 0.79% 0.32% -
HSV(B) 359.08º 0.88% 0.58% -
XYZ 12.35 6.65 1.25 -
YUV 56.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 147 17 19 0 0.88 0.87 0.42 359.08 0.79 0.32
Hex 93 11 13 0 58 57 2A 167 4F 20
Octal 223 21 23 0 130 127 52 547 117 40
Binary 10010011 10001 10011 0 1011000 1010111 101010 101100111 1001111 100000

Color Harmonies of #931113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931113

Black with #931113

Text Example


Text Example

White with #931113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931113; }

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

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

background-color css

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

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

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

border-color css

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

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

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