#7B1A3A

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

Shades of Claret #7B1A3A

Tints of Claret #7B1A3A

Color information

#7B1A3A (or 0x7B1A3A) is unknown color: approx Claret. HEX triplet: 7B, 1A and 3A. RGB value is (123,26,58). Sum of RGB (Red+Green+Blue) = 123+26+58=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1A3A is #84E5C5. Grayscale: #3A3A3A. Windows color (decimal): -8709574 or 3807867. OLE color: 3807867.

HSL color Cylindrical-coordinate representation of color #7B1A3A: hue angle of 340.21º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B1A3A is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB1232658-
CMYK00.790.530.52
HSL340.21º65.1%29.22%-
HSV(B)340.21º78.86%48.24%-
XYZ9.35.264.53-
YUV58.65127.64173.9-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 59.42%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 58 (23.05% from 255) = 28.02%
R=59.42%
G=12.56%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123265800.790.530.52340.2165.129.22
Hex7B1A3A04F3534154411d
Octal17332720117656452410135
Binary11110111101011101001001111110101110100101010100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,26,58); }

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

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

 a { background-color: rgb(123,26,58); }

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

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

 span { border-color: rgb(123,26,58); }

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