#7B0004

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

Shades of Sangria #7B0004

Tints of Sangria #7B0004

Color information

#7B0004 (or 0x7B0004) is unknown color: approx Sangria. HEX triplet: 7B, 00 and 04. RGB value is (123,0,4). Sum of RGB (Red+Green+Blue) = 123+0+4=127 (16% of max value = 765). Red value is 123 (48.44% from 255 or 96.85% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0004 is #84FFFB. Grayscale: #252525. Windows color (decimal): -8716284 or 262267. OLE color: 262267.

HSL color Cylindrical-coordinate representation of color #7B0004: hue angle of 358.05º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B0004 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB12304-
CMYK010.970.52
HSL358.05º100%24.12%-
HSV(B)358.05º100%48.24%-
XYZ8.194.220.5-
YUV37.23109.25189.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 96.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 3.15%
R=96.85%
G=0%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12304010.970.52358.0510024.12
Hex7B0406461341666418
Octal1730401441416454614430
Binary11110110100011001001100001110100101100110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,0,4); }

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

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

 a { background-color: rgb(123,0,4); }

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

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

 span { border-color: rgb(123,0,4); }

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