#780003

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

Shades of Sangria #780003

Tints of Sangria #780003

Color information

#780003 (or 0x780003) is unknown color: approx Sangria. HEX triplet: 78, 00 and 03. RGB value is (120,0,3). Sum of RGB (Red+Green+Blue) = 120+0+3=123 (16% of max value = 765). Red value is 120 (47.27% from 255 or 97.56% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 120 - color contains mainly: red. Hex color #780003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780003 is #87FFFC. Grayscale: #242424. Windows color (decimal): -8912893 or 196728. OLE color: 196728.

HSL color Cylindrical-coordinate representation of color #780003: hue angle of 358.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB12003-
CMYK010.980.53
HSL358.5º100%23.53%-
HSV(B)358.5º100%47.06%-
XYZ7.7640.45-
YUV36.22109.26187.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 97.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=97.56%
G=0%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12003010.980.53358.510023.53
Hex780306462351666418
Octal1700301441426554614430
Binary1111000011011001001100010110101101100110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780003; }

 p { color: rgb(120,0,3); }

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

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

 a { background-color: rgb(120,0,3); }

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

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

 span { border-color: rgb(120,0,3); }

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