#930001

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

Shades of Sangria #930001

Tints of Sangria #930001

Color information

#930001 (or 0x930001) is unknown color: approx Sangria. HEX triplet: 93, 00 and 01. RGB value is (147,0,1). Sum of RGB (Red+Green+Blue) = 147+0+1=148 (19% of max value = 765). Red value is 147 (57.81% from 255 or 99.32% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 147 - color contains mainly: red. Hex color #930001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930001 is #6CFFFE. Grayscale: #2C2C2C. Windows color (decimal): -7143423 or 65683. OLE color: 65683.

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

Color convert

RGB14701-
CMYK010.990.42
HSL359.59º100%28.82%-
HSV(B)359.59º100%57.65%-
XYZ12.046.210.59-
YUV44.07103.7201.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 99.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=99.32%
G=0%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14701010.990.42359.5910028.82
Hex9301064632A168641d
Octal2230101441435255014435
Binary1001001101011001001100011101010101101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930001; }

 p { color: rgb(147,0,1); }

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

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

 a { background-color: rgb(147,0,1); }

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

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

 span { border-color: rgb(147,0,1); }

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