#7D1B37

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

Shades of Claret #7D1B37

Tints of Claret #7D1B37

Color information

#7D1B37 (or 0x7D1B37) is unknown color: approx Claret. HEX triplet: 7D, 1B and 37. RGB value is (125,27,55). Sum of RGB (Red+Green+Blue) = 125+27+55=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1B37 is #82E4C8. Grayscale: #3B3B3B. Windows color (decimal): -8578249 or 3611517. OLE color: 3611517.

HSL color Cylindrical-coordinate representation of color #7D1B37: hue angle of 342.86º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1B37 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB1252755-
CMYK00.780.560.51
HSL342.86º64.47%29.8%-
HSV(B)342.86º78.4%49.02%-
XYZ9.545.424.16-
YUV59.49125.47174.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.39%
GREEN value IS 27 (10.94% from 255) = 13.04%
BLUE value IS 55 (21.88% from 255) = 26.57%
R=60.39%
G=13.04%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125275500.780.560.51342.8664.4729.8
Hex7D1B3704E3833157401e
Octal17533670116706352710036
Binary11111011101111011101001110111000110011101010111100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,27,55); }

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

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

 a { background-color: rgb(125,27,55); }

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

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

 span { border-color: rgb(125,27,55); }

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