#94080A

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

Shades of Sangria #94080A

Tints of Sangria #94080A

Color information

#94080A (or 0x94080A) is unknown color: approx Sangria. HEX triplet: 94, 08 and 0A. RGB value is (148,8,10). Sum of RGB (Red+Green+Blue) = 148+8+10=166 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.16% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 148 - color contains mainly: red. Hex color #94080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94080A is #6BF7F5. Grayscale: #323232. Windows color (decimal): -7075830 or 657556. OLE color: 657556.

HSL color Cylindrical-coordinate representation of color #94080A: hue angle of 359.14º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94080A is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB148810-
CMYK00.950.930.42
HSL359.14º89.74%30.59%-
HSV(B)359.14º94.59%58.04%-
XYZ12.356.490.89-
YUV50.09105.38197.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 89.16%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=89.16%
G=4.82%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14881000.950.930.42359.1489.7430.59
Hex948A05F5D2A1675a1f
Octal224101201371355254713237
Binary1001010010001010010111111011101101010101100111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94080A; }

 p { color: rgb(148,8,10); }

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

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

 a { background-color: rgb(148,8,10); }

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

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

 span { border-color: rgb(148,8,10); }

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