Html Css Color HEX #940310 Sangria

📋 copy color: '#940310'

red 148 ◦ green 3 ◦ blue 16

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

Shades of Sangria #940310

Tints of Sangria #940310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.8%

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

R = 88.62%
G = 1.8%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#940310 (or 0x940310) is known color: Sangria. HEX triplet: 94, 03 and 10. RGB value is (148,3,16). Sum of RGB (Red+Green+Blue) = 148+3+16=167 (22% of max value = 765). Red value is 148 (58.20% from 255 or 88.62% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 148 - color contains mainly: red. Hex color #940310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940310 is #6BFCEF. Grayscale: #2F2F2F. Windows color (decimal): -7077104 or 1049492. OLE color: 1049492.

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

Color convert

RGB 148 3 16 -
CMYK 0 0.98 0.89 0.42
HSL 354.62º 0.96% 0.3% -
HSV(B) 354.62º 0.98% 0.58% -
XYZ 12.34 6.4 1.07 -
YUV 47.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 148 3 16 0 0.98 0.89 0.42 354.62 0.96 0.3
Hex 94 3 10 0 62 59 2A 163 60 1E
Octal 224 3 20 0 142 131 52 543 140 36
Binary 10010100 11 10000 0 1100010 1011001 101010 101100011 1100000 11110

Color Harmonies of #940310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940310

Black with #940310

Text Example


Text Example

White with #940310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940310; }

 p { color: rgb(148,3,16); }

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

background-color css

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

 a { background-color: rgb(148,3,16); }

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

border-color css

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

 span { border-color: rgb(148,3,16); }

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