#7B213F

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

Shades of Claret #7B213F

Tints of Claret #7B213F

Color information

#7B213F (or 0x7B213F) is unknown color: approx Claret. HEX triplet: 7B, 21 and 3F. RGB value is (123,33,63). Sum of RGB (Red+Green+Blue) = 123+33+63=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B213F is #84DEC0. Grayscale: #3F3F3F. Windows color (decimal): -8707777 or 4137339. OLE color: 4137339.

HSL color Cylindrical-coordinate representation of color #7B213F: hue angle of 340º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B213F is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB1233363-
CMYK00.730.490.52
HSL340º57.69%30.59%-
HSV(B)340º73.17%48.24%-
XYZ9.615.665.29-
YUV63.33127.82170.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 56.16%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 63 (25% from 255) = 28.77%
R=56.16%
G=15.07%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123336300.730.490.5234057.6930.59
Hex7B213F04931341543a1f
Octal1734177011161645247237
Binary11110111000011111110100100111000111010010101010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,33,63); }

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

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

 a { background-color: rgb(123,33,63); }

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

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

 span { border-color: rgb(123,33,63); }

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