#7B1D3E

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

Shades of Claret #7B1D3E

Tints of Claret #7B1D3E

Color information

#7B1D3E (or 0x7B1D3E) is unknown color: approx Claret. HEX triplet: 7B, 1D and 3E. RGB value is (123,29,62). Sum of RGB (Red+Green+Blue) = 123+29+62=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1D3E is #84E2C1. Grayscale: #3C3C3C. Windows color (decimal): -8708802 or 4070779. OLE color: 4070779.

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

Color convert

RGB1232962-
CMYK00.760.500.52
HSL338.94º61.84%29.8%-
HSV(B)338.94º76.42%48.24%-
XYZ9.485.445.11-
YUV60.87128.64172.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 57.48%
GREEN value IS 29 (11.72% from 255) = 13.55%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=57.48%
G=13.55%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123296200.760.500.52338.9461.8429.8
Hex7B1D3E04C32341533e1e
Octal1733576011462645237636
Binary1111011111011111100100110011001011010010101001111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,29,62); }

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

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

 a { background-color: rgb(123,29,62); }

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

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

 span { border-color: rgb(123,29,62); }

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