#94030E

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

Shades of Sangria #94030E

Tints of Sangria #94030E

Color information

#94030E (or 0x94030E) is unknown color: approx Sangria. HEX triplet: 94, 03 and 0E. RGB value is (148,3,14). Sum of RGB (Red+Green+Blue) = 148+3+14=165 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.70% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 148 - color contains mainly: red. Hex color #94030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94030E is #6BFCF1. Grayscale: #2F2F2F. Windows color (decimal): -7077106 or 918420. OLE color: 918420.

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

Color convert

RGB148314-
CMYK00.980.910.42
HSL355.45º96.03%29.61%-
HSV(B)355.45º97.97%58.04%-
XYZ12.326.391-
YUV47.61109.04199.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 89.70%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 14 (5.86% from 255) = 8.48%
R=89.70%
G=1.82%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14831400.980.910.42355.4596.0329.61
Hex943E0625B2A163601e
Octal22431601421335254314036
Binary10010100111110011000101011011101010101100011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94030E; }

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

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

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

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

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

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

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

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