#940306

Color #940306 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #940306

Tints of Sangria #940306

Color information

#940306 (or 0x940306) is unknown color: approx Sangria. HEX triplet: 94, 03 and 06. RGB value is (148,3,6). Sum of RGB (Red+Green+Blue) = 148+3+6=157 (20% of max value = 765). Red value is 148 (58.20% from 255 or 94.27% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 148 - color contains mainly: red. Hex color #940306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940306 is #6BFCF9. Grayscale: #2E2E2E. Windows color (decimal): -7077114 or 394132. OLE color: 394132.

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

Color convert

RGB14836-
CMYK00.980.960.42
HSL358.76º96.03%29.61%-
HSV(B)358.76º97.97%58.04%-
XYZ12.286.370.76-
YUV46.7105.04200.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 94.27%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=94.27%
G=1.91%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483600.980.960.42358.7696.0329.61
Hex9436062602A167601e
Octal2243601421405254714036
Binary1001010011110011000101100000101010101100111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940306; }

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

 H1.HeaderClassName
 {
   color: #940306;
 }
 .AnyTagClassName
 {
   color: #940306;
 }
</style>
background-color css

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

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

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

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

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

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