#7C040D

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

Shades of Sangria #7C040D

Tints of Sangria #7C040D

Color information

#7C040D (or 0x7C040D) is unknown color: approx Sangria. HEX triplet: 7C, 04 and 0D. RGB value is (124,4,13). Sum of RGB (Red+Green+Blue) = 124+4+13=141 (18% of max value = 765). Red value is 124 (48.83% from 255 or 87.94% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 124 - color contains mainly: red. Hex color #7C040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C040D is #83FBF2. Grayscale: #282828. Windows color (decimal): -8649715 or 853116. OLE color: 853116.

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

Color convert

RGB124413-
CMYK00.970.900.51
HSL355.5º93.75%25.1%-
HSV(B)355.5º96.77%48.63%-
XYZ8.434.40.79-
YUV40.91112.26187.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 87.94%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=87.94%
G=2.84%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12441300.970.900.51355.593.7525.1
Hex7C4D0615A331645e19
Octal17441501411326354413631
Binary11111001001101011000011011010110011101100100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,4,13); }

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

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

 a { background-color: rgb(124,4,13); }

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

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

 span { border-color: rgb(124,4,13); }

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