Html Css Color HEX #930506 Sangria

📋 copy color: '#930506'

red 147 ◦ green 5 ◦ blue 6

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

Shades of Sangria #930506

Tints of Sangria #930506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.16%

 BLUE value IS 6 (2.73% from 255) = 3.8%

R = 93.04%
G = 3.16%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#930506 (or 0x930506) is known color: Sangria. HEX triplet: 93, 05 and 06. RGB value is (147,5,6). Sum of RGB (Red+Green+Blue) = 147+5+6=158 (20% of max value = 765). Red value is 147 (57.81% from 255 or 93.04% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 147 - color contains mainly: red. Hex color #930506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930506 is #6CFAF9. Grayscale: #2F2F2F. Windows color (decimal): -7142138 or 394643. OLE color: 394643.

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

Color convert

RGB 147 5 6 -
CMYK 0 0.97 0.96 0.42
HSL 359.58º 0.93% 0.3% -
HSV(B) 359.58º 0.97% 0.58% -
XYZ 12.12 6.32 0.75 -
YUV 47.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 147 5 6 0 0.97 0.96 0.42 359.58 0.93 0.3
Hex 93 5 6 0 61 60 2A 168 5D 1E
Octal 223 5 6 0 141 140 52 550 135 36
Binary 10010011 101 110 0 1100001 1100000 101010 101101000 1011101 11110

Color Harmonies of #930506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930506

Black with #930506

Text Example


Text Example

White with #930506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930506; }

 p { color: rgb(147,5,6); }

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

background-color css

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

 a { background-color: rgb(147,5,6); }

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

border-color css

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

 span { border-color: rgb(147,5,6); }

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