Html Css Color HEX #7A1A3C Claret

📋 copy color: '#7A1A3C'

red 122 ◦ green 26 ◦ blue 60

#7A1A3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #7A1A3C

Tints of Claret #7A1A3C

RGB

 RED value IS 122 (48.05% from 255) = 58.65%

 GREEN value IS 26 (10.55% from 255) = 12.5%

 BLUE value IS 60 (23.83% from 255) = 28.85%

R = 58.65%
G = 12.5%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7A1A3C (or 0x7A1A3C) is known color: Claret. HEX triplet: 7A, 1A and 3C. RGB value is (122,26,60). Sum of RGB (Red+Green+Blue) = 122+26+60=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1A3C is #85E5C3. Grayscale: #3A3A3A. Windows color (decimal): -8775108 or 3938938. OLE color: 3938938.

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

Color convert

RGB 122 26 60 -
CMYK 0 0.79 0.51 0.52
HSL 338.75º 0.65% 0.29% -
HSV(B) 338.75º 0.79% 0.48% -
XYZ 9.21 5.2 4.79 -
YUV 58.58 128.8 173.24 -
System Red Green Blue C M Y K H S L
Decimal 122 26 60 0 0.79 0.51 0.52 338.75 0.65 0.29
Hex 7A 1A 3C 0 4F 33 34 153 41 1D
Octal 172 32 74 0 117 63 64 523 101 35
Binary 1111010 11010 111100 0 1001111 110011 110100 101010011 1000001 11101

Color Harmonies of #7A1A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1A3C

Black with #7A1A3C

Text Example


Text Example

White with #7A1A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A1A3C;
 }
 .AnyTagClassName
 {
   color: #7A1A3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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