Html Css Color HEX #930111 Sangria

📋 copy color: '#930111'

red 147 ◦ green 1 ◦ blue 17

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

Shades of Sangria #930111

Tints of Sangria #930111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 17 (7.03% from 255) = 10.3%

R = 89.09%
G = 0.61%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#930111 (or 0x930111) is known color: Sangria. HEX triplet: 93, 01 and 11. RGB value is (147,1,17). Sum of RGB (Red+Green+Blue) = 147+1+17=165 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.09% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 147 - color contains mainly: red. Hex color #930111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930111 is #6CFEEE. Grayscale: #2E2E2E. Windows color (decimal): -7143151 or 1114515. OLE color: 1114515.

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

Color convert

RGB 147 1 17 -
CMYK 0 0.99 0.88 0.42
HSL 353.42º 0.99% 0.29% -
HSV(B) 353.42º 0.99% 0.58% -
XYZ 12.14 6.27 1.1 -
YUV 46.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 147 1 17 0 0.99 0.88 0.42 353.42 0.99 0.29
Hex 93 1 11 0 63 58 2A 161 63 1D
Octal 223 1 21 0 143 130 52 541 143 35
Binary 10010011 1 10001 0 1100011 1011000 101010 101100001 1100011 11101

Color Harmonies of #930111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930111

Black with #930111

Text Example


Text Example

White with #930111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930111; }

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

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

background-color css

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

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

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

border-color css

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

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

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