Html Css Color HEX #930210 Sangria

📋 copy color: '#930210'

red 147 ◦ green 2 ◦ blue 16

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

Shades of Sangria #930210

Tints of Sangria #930210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.21%

 BLUE value IS 16 (6.64% from 255) = 9.7%

R = 89.09%
G = 1.21%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#930210 (or 0x930210) is known color: Sangria. HEX triplet: 93, 02 and 10. RGB value is (147,2,16). Sum of RGB (Red+Green+Blue) = 147+2+16=165 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.09% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 147 - color contains mainly: red. Hex color #930210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930210 is #6CFDEF. Grayscale: #2F2F2F. Windows color (decimal): -7142896 or 1049235. OLE color: 1049235.

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

Color convert

RGB 147 2 16 -
CMYK 0 0.99 0.89 0.42
HSL 354.21º 0.97% 0.29% -
HSV(B) 354.21º 0.99% 0.58% -
XYZ 12.15 6.28 1.06 -
YUV 46.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 147 2 16 0 0.99 0.89 0.42 354.21 0.97 0.29
Hex 93 2 10 0 63 59 2A 162 61 1D
Octal 223 2 20 0 143 131 52 542 141 35
Binary 10010011 10 10000 0 1100011 1011001 101010 101100010 1100001 11101

Color Harmonies of #930210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930210

Black with #930210

Text Example


Text Example

White with #930210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930210; }

 p { color: rgb(147,2,16); }

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

background-color css

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

 a { background-color: rgb(147,2,16); }

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

border-color css

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

 span { border-color: rgb(147,2,16); }

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