#7B142E

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

Shades of Claret #7B142E

Tints of Claret #7B142E

Color information

#7B142E (or 0x7B142E) is unknown color: approx Claret. HEX triplet: 7B, 14 and 2E. RGB value is (123,20,46). Sum of RGB (Red+Green+Blue) = 123+20+46=189 (25% of max value = 765). Red value is 123 (48.44% from 255 or 65.08% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 123 - color contains mainly: red. Hex color #7B142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B142E is #84EBD1. Grayscale: #353535. Windows color (decimal): -8711122 or 3019899. OLE color: 3019899.

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

Color convert

RGB1232046-
CMYK00.840.630.52
HSL344.85º72.03%28.04%-
HSV(B)344.85º83.74%48.24%-
XYZ8.914.913.06-
YUV53.76123.62177.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.08%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=65.08%
G=10.58%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123204600.840.630.52344.8572.0328.04
Hex7B142E0543F34159481c
Octal17324560124776453111034
Binary11110111010010111001010100111111110100101011001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,20,46); }

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

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

 a { background-color: rgb(123,20,46); }

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

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

 span { border-color: rgb(123,20,46); }

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