Html Css Color HEX #930109 Sangria

📋 copy color: '#930109'

red 147 ◦ green 1 ◦ blue 9

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

Shades of Sangria #930109

Tints of Sangria #930109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.73%

R = 93.63%
G = 0.64%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#930109 (or 0x930109) is known color: Sangria. HEX triplet: 93, 01 and 09. RGB value is (147,1,9). Sum of RGB (Red+Green+Blue) = 147+1+9=157 (20% of max value = 765). Red value is 147 (57.81% from 255 or 93.63% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 147 - color contains mainly: red. Hex color #930109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930109 is #6CFEF6. Grayscale: #2D2D2D. Windows color (decimal): -7143159 or 590227. OLE color: 590227.

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

Color convert

RGB 147 1 9 -
CMYK 0 0.99 0.94 0.42
HSL 356.71º 0.99% 0.29% -
HSV(B) 356.71º 0.99% 0.58% -
XYZ 12.09 6.24 0.83 -
YUV 45.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 147 1 9 0 0.99 0.94 0.42 356.71 0.99 0.29
Hex 93 1 9 0 63 5E 2A 165 63 1D
Octal 223 1 11 0 143 136 52 545 143 35
Binary 10010011 1 1001 0 1100011 1011110 101010 101100101 1100011 11101

Color Harmonies of #930109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930109

Black with #930109

Text Example


Text Example

White with #930109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930109; }

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

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

background-color css

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

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

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

border-color css

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

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

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