#7D0103

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

Shades of Sangria #7D0103

Tints of Sangria #7D0103

Color information

#7D0103 (or 0x7D0103) is unknown color: approx Sangria. HEX triplet: 7D, 01 and 03. RGB value is (125,1,3). Sum of RGB (Red+Green+Blue) = 125+1+3=129 (17% of max value = 765). Red value is 125 (49.22% from 255 or 96.90% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0103 is #82FEFC. Grayscale: #262626. Windows color (decimal): -8584957 or 196989. OLE color: 196989.

HSL color Cylindrical-coordinate representation of color #7D0103: hue angle of 359.03º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D0103 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB12513-
CMYK00.990.980.51
HSL359.03º98.41%24.71%-
HSV(B)359.03º99.2%49.02%-
XYZ8.484.390.49-
YUV38.3108.08189.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 96.90%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 3 (1.56% from 255) = 2.33%
R=96.90%
G=0.78%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251300.990.980.51359.0398.4124.71
Hex7D1306362331676219
Octal1751301431426354714231
Binary1111101111011000111100010110011101100111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D0103; }

 p { color: rgb(125,1,3); }

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

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

 a { background-color: rgb(125,1,3); }

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

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

 span { border-color: rgb(125,1,3); }

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