#740006

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

Shades of Sangria #740006

Tints of Sangria #740006

Color information

#740006 (or 0x740006) is unknown color: approx Sangria. HEX triplet: 74, 00 and 06. RGB value is (116,0,6). Sum of RGB (Red+Green+Blue) = 116+0+6=122 (16% of max value = 765). Red value is 116 (45.70% from 255 or 95.08% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 116 - color contains mainly: red. Hex color #740006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740006 is #8BFFF9. Grayscale: #232323. Windows color (decimal): -9175034 or 393332. OLE color: 393332.

HSL color Cylindrical-coordinate representation of color #740006: hue angle of 356.9º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740006 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB11606-
CMYK010.950.55
HSL356.9º100%22.75%-
HSV(B)356.9º100%45.49%-
XYZ7.243.730.51-
YUV35.37111.43185.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 95.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=95.08%
G=0%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11606010.950.55356.910022.75
Hex74060645F371656417
Octal1640601441376754514427
Binary11101000110011001001011111110111101100101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740006; }

 p { color: rgb(116,0,6); }

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

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

 a { background-color: rgb(116,0,6); }

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

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

 span { border-color: rgb(116,0,6); }

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