Html Css Color HEX #7A1F39 Claret

📋 copy color: '#7A1F39'

red 122 ◦ green 31 ◦ blue 57

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

Shades of Claret #7A1F39

Tints of Claret #7A1F39

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.76%

 BLUE value IS 57 (22.66% from 255) = 27.14%

R = 58.1%
G = 14.76%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7A1F39 (or 0x7A1F39) is known color: Claret. HEX triplet: 7A, 1F and 39. RGB value is (122,31,57). Sum of RGB (Red+Green+Blue) = 122+31+57=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1F39 is #85E0C6. Grayscale: #3D3D3D. Windows color (decimal): -8773831 or 3743610. OLE color: 3743610.

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

Color convert

RGB 122 31 57 -
CMYK 0 0.75 0.53 0.52
HSL 342.86º 0.59% 0.3% -
HSV(B) 342.86º 0.75% 0.48% -
XYZ 9.25 5.41 4.43 -
YUV 61.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 122 31 57 0 0.75 0.53 0.52 342.86 0.59 0.3
Hex 7A 1F 39 0 4B 35 34 157 3B 1E
Octal 172 37 71 0 113 65 64 527 73 36
Binary 1111010 11111 111001 0 1001011 110101 110100 101010111 111011 11110

Color Harmonies of #7A1F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1F39

Black with #7A1F39

Text Example


Text Example

White with #7A1F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,31,57); }

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

background-color css

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

 a { background-color: rgb(122,31,57); }

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

border-color css

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

 span { border-color: rgb(122,31,57); }

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