#7D213B

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

Shades of Claret #7D213B

Tints of Claret #7D213B

Color information

#7D213B (or 0x7D213B) is unknown color: approx Claret. HEX triplet: 7D, 21 and 3B. RGB value is (125,33,59). Sum of RGB (Red+Green+Blue) = 125+33+59=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D213B is #82DEC4. Grayscale: #3F3F3F. Windows color (decimal): -8576709 or 3875197. OLE color: 3875197.

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

Color convert

RGB1253359-
CMYK00.740.530.51
HSL343.04º58.23%30.98%-
HSV(B)343.04º73.6%49.02%-
XYZ9.795.764.73-
YUV63.47125.48171.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 57.60%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=57.60%
G=15.21%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125335900.740.530.51343.0458.2330.98
Hex7D213B04A35331573a1f
Octal1754173011265635277237
Binary11111011000011110110100101011010111001110101011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,33,59); }

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

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

 a { background-color: rgb(125,33,59); }

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

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

 span { border-color: rgb(125,33,59); }

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