Html Css Color HEX #7A132E Claret

📋 copy color: '#7A132E'

red 122 ◦ green 19 ◦ blue 46

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

Shades of Claret #7A132E

Tints of Claret #7A132E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.6%

R = 65.24%
G = 10.16%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#7A132E (or 0x7A132E) is known color: Claret. HEX triplet: 7A, 13 and 2E. RGB value is (122,19,46). Sum of RGB (Red+Green+Blue) = 122+19+46=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A132E is #85ECD1. Grayscale: #343434. Windows color (decimal): -8776914 or 3019642. OLE color: 3019642.

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

Color convert

RGB 122 19 46 -
CMYK 0 0.84 0.62 0.52
HSL 344.27º 0.73% 0.28% -
HSV(B) 344.27º 0.84% 0.48% -
XYZ 8.75 4.8 3.05 -
YUV 52.88 124.12 177.3 -
System Red Green Blue C M Y K H S L
Decimal 122 19 46 0 0.84 0.62 0.52 344.27 0.73 0.28
Hex 7A 13 2E 0 54 3E 34 158 49 1C
Octal 172 23 56 0 124 76 64 530 111 34
Binary 1111010 10011 101110 0 1010100 111110 110100 101011000 1001001 11100

Color Harmonies of #7A132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A132E

Black with #7A132E

Text Example


Text Example

White with #7A132E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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