#7b1c3b

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

Shades of Claret #7B1C3B

Tints of Claret #7B1C3B

Color information

#7B1C3B (or 0x7B1C3B) is unknown color: approx Claret. HEX triplet: 7B, 1C and 3B. RGB value is (123,28,59). Sum of RGB (Red+Green+Blue) = 123+28+59=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1C3B is #84E3C4. Grayscale: #3B3B3B. Windows color (decimal): -8709061 or 3873915. OLE color: 3873915.

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

Color convert

RGB1232859-
CMYK00.770.520.52
HSL340.42º62.91%29.61%-
HSV(B)340.42º77.24%48.24%-
XYZ9.375.364.68-
YUV59.94127.47172.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.57%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 59 (23.44% from 255) = 28.10%
R=58.57%
G=13.33%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123285900.770.520.52340.4262.9129.61
Hex7B1C3B04D34341543f1e
Octal1733473011564645247736
Binary1111011111001110110100110111010011010010101010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b1c3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,28,59); }

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

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

 a { background-color: rgb(123,28,59); }

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

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

 span { border-color: rgb(123,28,59); }

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