#7B1C35

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

Shades of Claret #7B1C35

Tints of Claret #7B1C35

Color information

#7B1C35 (or 0x7B1C35) is unknown color: approx Claret. HEX triplet: 7B, 1C and 35. RGB value is (123,28,53). Sum of RGB (Red+Green+Blue) = 123+28+53=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1C35 is #84E3CA. Grayscale: #3B3B3B. Windows color (decimal): -8709067 or 3480699. OLE color: 3480699.

HSL color Cylindrical-coordinate representation of color #7B1C35: hue angle of 344.21º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B1C35 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB1232853-
CMYK00.770.570.52
HSL344.21º62.91%29.61%-
HSV(B)344.21º77.24%48.24%-
XYZ9.235.33.9-
YUV59.26124.47173.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60.29%
GREEN value IS 28 (11.33% from 255) = 13.73%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=60.29%
G=13.73%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123285300.770.570.52344.2162.9129.61
Hex7B1C3504D39341583f1e
Octal1733465011571645307736
Binary1111011111001101010100110111100111010010101100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,28,53); }

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

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

 a { background-color: rgb(123,28,53); }

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

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

 span { border-color: rgb(123,28,53); }

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