Html Css Color HEX #940309 Sangria

📋 copy color: '#940309'

red 148 ◦ green 3 ◦ blue 9

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

Shades of Sangria #940309

Tints of Sangria #940309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.63%

R = 92.5%
G = 1.88%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#940309 (or 0x940309) is known color: Sangria. HEX triplet: 94, 03 and 09. RGB value is (148,3,9). Sum of RGB (Red+Green+Blue) = 148+3+9=160 (21% of max value = 765). Red value is 148 (58.20% from 255 or 92.5% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 148 - color contains mainly: red. Hex color #940309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940309 is #6BFCF6. Grayscale: #2F2F2F. Windows color (decimal): -7077111 or 590740. OLE color: 590740.

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

Color convert

RGB 148 3 9 -
CMYK 0 0.98 0.94 0.42
HSL 357.52º 0.96% 0.3% -
HSV(B) 357.52º 0.98% 0.58% -
XYZ 12.29 6.38 0.84 -
YUV 47.04 106.54 200.01 -
System Red Green Blue C M Y K H S L
Decimal 148 3 9 0 0.98 0.94 0.42 357.52 0.96 0.3
Hex 94 3 9 0 62 5E 2A 166 60 1E
Octal 224 3 11 0 142 136 52 546 140 36
Binary 10010100 11 1001 0 1100010 1011110 101010 101100110 1100000 11110

Color Harmonies of #940309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940309

Black with #940309

Text Example


Text Example

White with #940309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940309; }

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

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

background-color css

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

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

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

border-color css

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

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

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