#7D1235

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

Shades of Claret #7D1235

Tints of Claret #7D1235

Color information

#7D1235 (or 0x7D1235) is unknown color: approx Claret. HEX triplet: 7D, 12 and 35. RGB value is (125,18,53). Sum of RGB (Red+Green+Blue) = 125+18+53=196 (25% of max value = 765). Red value is 125 (49.22% from 255 or 63.78% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1235 is #82EDCA. Grayscale: #353535. Windows color (decimal): -8580555 or 3478141. OLE color: 3478141.

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

Color convert

RGB1251853-
CMYK00.860.580.51
HSL340.37º74.83%28.04%-
HSV(B)340.37º85.6%49.02%-
XYZ9.325.053.85-
YUV53.98127.45178.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 63.78%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=63.78%
G=9.18%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125185300.860.580.51340.3774.8328.04
Hex7D12350563A331544b1c
Octal17522650126726352411334
Binary11111011001011010101010110111010110011101010100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,18,53); }

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

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

 a { background-color: rgb(125,18,53); }

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

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

 span { border-color: rgb(125,18,53); }

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