Html Css Color HEX #940506 Sangria

📋 copy color: '#940506'

red 148 ◦ green 5 ◦ blue 6

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

Shades of Sangria #940506

Tints of Sangria #940506

RGB

 RED value IS 148 (58.2% from 255) = 93.08%

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

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

R = 93.08%
G = 3.14%
B = 3.77%

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

#940506 (or 0x940506) is known color: Sangria. HEX triplet: 94, 05 and 06. RGB value is (148,5,6). Sum of RGB (Red+Green+Blue) = 148+5+6=159 (21% of max value = 765). Red value is 148 (58.20% from 255 or 93.08% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 148 - color contains mainly: red. Hex color #940506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940506 is #6BFAF9. Grayscale: #303030. Windows color (decimal): -7076602 or 394644. OLE color: 394644.

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

Color convert

RGB 148 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.3 6.42 0.76 -
YUV 47.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 148 5 6 0 0.97 0.96 0.42 359.58 0.93 0.3
Hex 94 5 6 0 61 60 2A 168 5D 1E
Octal 224 5 6 0 141 140 52 550 135 36
Binary 10010100 101 110 0 1100001 1100000 101010 101101000 1011101 11110

Color Harmonies of #940506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940506

Black with #940506

Text Example


Text Example

White with #940506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940506; }

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

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

background-color css

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

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

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

border-color css

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

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

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