#7D1B39

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

Shades of Claret #7D1B39

Tints of Claret #7D1B39

Color information

#7D1B39 (or 0x7D1B39) is unknown color: approx Claret. HEX triplet: 7D, 1B and 39. RGB value is (125,27,57). Sum of RGB (Red+Green+Blue) = 125+27+57=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1B39 is #82E4C6. Grayscale: #3B3B3B. Windows color (decimal): -8578247 or 3742589. OLE color: 3742589.

HSL color Cylindrical-coordinate representation of color #7D1B39: hue angle of 341.63º 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 #7D1B39 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB1252757-
CMYK00.780.540.51
HSL341.63º64.47%29.8%-
HSV(B)341.63º78.4%49.02%-
XYZ9.595.444.42-
YUV59.72126.47174.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 59.81%
GREEN value IS 27 (10.94% from 255) = 12.92%
BLUE value IS 57 (22.66% from 255) = 27.27%
R=59.81%
G=12.92%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125275700.780.540.51341.6364.4729.8
Hex7D1B3904E3633156401e
Octal17533710116666352610036
Binary11111011101111100101001110110110110011101010110100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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