Html Css Color HEX #930811 Sangria

📋 copy color: '#930811'

red 147 ◦ green 8 ◦ blue 17

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

Shades of Sangria #930811

Tints of Sangria #930811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.65%

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

R = 85.47%
G = 4.65%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#930811 (or 0x930811) is known color: Sangria. HEX triplet: 93, 08 and 11. RGB value is (147,8,17). Sum of RGB (Red+Green+Blue) = 147+8+17=172 (22% of max value = 765). Red value is 147 (57.81% from 255 or 85.47% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 147 - color contains mainly: red. Hex color #930811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930811 is #6CF7EE. Grayscale: #323232. Windows color (decimal): -7141359 or 1116307. OLE color: 1116307.

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

Color convert

RGB 147 8 17 -
CMYK 0 0.95 0.88 0.42
HSL 356.12º 0.9% 0.3% -
HSV(B) 356.12º 0.95% 0.58% -
XYZ 12.22 6.42 1.12 -
YUV 50.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 147 8 17 0 0.95 0.88 0.42 356.12 0.9 0.3
Hex 93 8 11 0 5F 58 2A 164 5A 1E
Octal 223 10 21 0 137 130 52 544 132 36
Binary 10010011 1000 10001 0 1011111 1011000 101010 101100100 1011010 11110

Color Harmonies of #930811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930811

Black with #930811

Text Example


Text Example

White with #930811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930811; }

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

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

background-color css

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

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

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

border-color css

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

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

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