#94000F

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

Shades of Sangria #94000F

Tints of Sangria #94000F

Color information

#94000F (or 0x94000F) is unknown color: approx Sangria. HEX triplet: 94, 00 and 0F. RGB value is (148,0,15). Sum of RGB (Red+Green+Blue) = 148+0+15=163 (21% of max value = 765). Red value is 148 (58.20% from 255 or 90.80% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 148 - color contains mainly: red. Hex color #94000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94000F is #6BFFF0. Grayscale: #2E2E2E. Windows color (decimal): -7077873 or 983188. OLE color: 983188.

HSL color Cylindrical-coordinate representation of color #94000F: hue angle of 353.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94000F is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB148015-
CMYK010.900.42
HSL353.92º100%29.02%-
HSV(B)353.92º100%58.04%-
XYZ12.36.331.03-
YUV45.96110.53200.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 90.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=90.80%
G=0%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148015010.900.42353.9210029.02
Hex940F0645A2A162641d
Octal22401701441325254214435
Binary1001010001111011001001011010101010101100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94000F; }

 p { color: rgb(148,0,15); }

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

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

 a { background-color: rgb(148,0,15); }

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

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

 span { border-color: rgb(148,0,15); }

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