#7A1A35

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

Shades of Claret #7A1A35

Tints of Claret #7A1A35

Color information

#7A1A35 (or 0x7A1A35) is unknown color: approx Claret. HEX triplet: 7A, 1A and 35. RGB value is (122,26,53). Sum of RGB (Red+Green+Blue) = 122+26+53=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1A35 is #85E5CA. Grayscale: #393939. Windows color (decimal): -8775115 or 3480186. OLE color: 3480186.

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

Color convert

RGB1222653-
CMYK00.790.570.52
HSL343.12º64.86%29.02%-
HSV(B)343.12º78.69%47.84%-
XYZ9.045.133.88-
YUV57.78125.3173.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.70%
GREEN value IS 26 (10.55% from 255) = 12.94%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=60.70%
G=12.94%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122265300.790.570.52343.1264.8629.02
Hex7A1A3504F3934157411d
Octal17232650117716452710135
Binary11110101101011010101001111111001110100101010111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,26,53); }

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

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

 a { background-color: rgb(122,26,53); }

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

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

 span { border-color: rgb(122,26,53); }

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