Html Css Color HEX #7A1137 Claret

📋 copy color: '#7A1137'

red 122 ◦ green 17 ◦ blue 55

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

Shades of Claret #7A1137

Tints of Claret #7A1137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.76%

 BLUE value IS 55 (21.88% from 255) = 28.35%

R = 62.89%
G = 8.76%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#7A1137 (or 0x7A1137) is known color: Claret. HEX triplet: 7A, 11 and 37. RGB value is (122,17,55). Sum of RGB (Red+Green+Blue) = 122+17+55=194 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.89% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1137 is #85EEC8. Grayscale: #343434. Windows color (decimal): -8777417 or 3608954. OLE color: 3608954.

HSL color Cylindrical-coordinate representation of color #7A1137: hue angle of 338.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1137 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 17 55 -
CMYK 0 0.86 0.55 0.52
HSL 338.29º 0.76% 0.27% -
HSV(B) 338.29º 0.86% 0.48% -
XYZ 8.92 4.81 4.07 -
YUV 52.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 122 17 55 0 0.86 0.55 0.52 338.29 0.76 0.27
Hex 7A 11 37 0 56 37 34 152 4C 1B
Octal 172 21 67 0 126 67 64 522 114 33
Binary 1111010 10001 110111 0 1010110 110111 110100 101010010 1001100 11011

Color Harmonies of #7A1137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1137

Black with #7A1137

Text Example


Text Example

White with #7A1137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,17,55); }

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

background-color css

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

 a { background-color: rgb(122,17,55); }

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

border-color css

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

 span { border-color: rgb(122,17,55); }

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