#7B213D

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

Shades of Claret #7B213D

Tints of Claret #7B213D

Color information

#7B213D (or 0x7B213D) is unknown color: approx Claret. HEX triplet: 7B, 21 and 3D. RGB value is (123,33,61). Sum of RGB (Red+Green+Blue) = 123+33+61=217 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.68% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 123 - color contains mainly: red. Hex color #7B213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B213D is #84DEC2. Grayscale: #3F3F3F. Windows color (decimal): -8707779 or 4006267. OLE color: 4006267.

HSL color Cylindrical-coordinate representation of color #7B213D: hue angle of 341.33º 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 #7B213D is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB1233361-
CMYK00.730.500.52
HSL341.33º57.69%30.59%-
HSV(B)341.33º73.17%48.24%-
XYZ9.555.645-
YUV63.1126.82170.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 56.68%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=56.68%
G=15.21%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123336100.730.500.52341.3357.6930.59
Hex7B213D04932341553a1f
Octal1734175011162645257237
Binary11110111000011111010100100111001011010010101010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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