Html Css Color HEX #7A133A Claret

📋 copy color: '#7A133A'

red 122 ◦ green 19 ◦ blue 58

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

Shades of Claret #7A133A

Tints of Claret #7A133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.55%

 BLUE value IS 58 (23.05% from 255) = 29.15%

R = 61.31%
G = 9.55%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A133A (or 0x7A133A) is known color: Claret. HEX triplet: 7A, 13 and 3A. RGB value is (122,19,58). Sum of RGB (Red+Green+Blue) = 122+19+58=199 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.31% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 122 - color contains mainly: red. Hex color #7A133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A133A is #85ECC5. Grayscale: #363636. Windows color (decimal): -8776902 or 3806074. OLE color: 3806074.

HSL color Cylindrical-coordinate representation of color #7A133A: hue angle of 337.28º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A133A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 19 58 -
CMYK 0 0.84 0.52 0.52
HSL 337.28º 0.73% 0.28% -
HSV(B) 337.28º 0.84% 0.48% -
XYZ 9.02 4.91 4.47 -
YUV 54.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 122 19 58 0 0.84 0.52 0.52 337.28 0.73 0.28
Hex 7A 13 3A 0 54 34 34 151 49 1C
Octal 172 23 72 0 124 64 64 521 111 34
Binary 1111010 10011 111010 0 1010100 110100 110100 101010001 1001001 11100

Color Harmonies of #7A133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A133A

Black with #7A133A

Text Example


Text Example

White with #7A133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,19,58); }

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

background-color css

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

 a { background-color: rgb(122,19,58); }

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

border-color css

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

 span { border-color: rgb(122,19,58); }

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