#7D1A37

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

Shades of Claret #7D1A37

Tints of Claret #7D1A37

Color information

#7D1A37 (or 0x7D1A37) is unknown color: approx Claret. HEX triplet: 7D, 1A and 37. RGB value is (125,26,55). Sum of RGB (Red+Green+Blue) = 125+26+55=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1A37 is #82E5C8. Grayscale: #3A3A3A. Windows color (decimal): -8578505 or 3611261. OLE color: 3611261.

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

Color convert

RGB1252655-
CMYK00.790.560.51
HSL342.42º65.56%29.61%-
HSV(B)342.42º79.2%49.02%-
XYZ9.525.374.15-
YUV58.91125.8175.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.68%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 55 (21.88% from 255) = 26.70%
R=60.68%
G=12.62%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125265500.790.560.51342.4265.5629.61
Hex7D1A3704F3833156421e
Octal17532670117706352610236
Binary11111011101011011101001111111000110011101010110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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