#7B0B0C

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

Shades of Sangria #7B0B0C

Tints of Sangria #7B0B0C

Color information

#7B0B0C (or 0x7B0B0C) is unknown color: approx Sangria. HEX triplet: 7B, 0B and 0C. RGB value is (123,11,12). Sum of RGB (Red+Green+Blue) = 123+11+12=146 (19% of max value = 765). Red value is 123 (48.44% from 255 or 84.25% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0B0C is #84F4F3. Grayscale: #2C2C2C. Windows color (decimal): -8713460 or 789371. OLE color: 789371.

HSL color Cylindrical-coordinate representation of color #7B0B0C: hue angle of 359.46º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0B0C is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB1231112-
CMYK00.910.900.52
HSL359.46º83.58%26.27%-
HSV(B)359.46º91.06%48.24%-
XYZ8.354.480.77-
YUV44.6109.61183.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 84.25%
GREEN value IS 11 (4.69% from 255) = 7.53%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=84.25%
G=7.53%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123111200.910.900.52359.4683.5826.27
Hex7BBC05B5A34167541a
Octal173131401331326454712432
Binary111101110111100010110111011010110100101100111101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,11,12); }

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

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

 a { background-color: rgb(123,11,12); }

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

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

 span { border-color: rgb(123,11,12); }

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