Html Css Color HEX #930204 Sangria

📋 copy color: '#930204'

red 147 ◦ green 2 ◦ blue 4

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

Shades of Sangria #930204

Tints of Sangria #930204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.61%

R = 96.08%
G = 1.31%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#930204 (or 0x930204) is known color: Sangria. HEX triplet: 93, 02 and 04. RGB value is (147,2,4). Sum of RGB (Red+Green+Blue) = 147+2+4=153 (20% of max value = 765). Red value is 147 (57.81% from 255 or 96.08% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 147 - color contains mainly: red. Hex color #930204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930204 is #6CFDFB. Grayscale: #2D2D2D. Windows color (decimal): -7142908 or 262803. OLE color: 262803.

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

Color convert

RGB 147 2 4 -
CMYK 0 0.99 0.97 0.42
HSL 359.17º 0.97% 0.29% -
HSV(B) 359.17º 0.99% 0.58% -
XYZ 12.08 6.26 0.69 -
YUV 45.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 147 2 4 0 0.99 0.97 0.42 359.17 0.97 0.29
Hex 93 2 4 0 63 61 2A 167 61 1D
Octal 223 2 4 0 143 141 52 547 141 35
Binary 10010011 10 100 0 1100011 1100001 101010 101100111 1100001 11101

Color Harmonies of #930204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930204

Black with #930204

Text Example


Text Example

White with #930204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930204; }

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

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

background-color css

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

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

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

border-color css

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

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

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