Html Css Color HEX #7A162E Claret

📋 copy color: '#7A162E'

red 122 ◦ green 22 ◦ blue 46

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

Shades of Claret #7A162E

Tints of Claret #7A162E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

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

R = 64.21%
G = 11.58%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#7A162E (or 0x7A162E) is known color: Claret. HEX triplet: 7A, 16 and 2E. RGB value is (122,22,46). Sum of RGB (Red+Green+Blue) = 122+22+46=190 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.21% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 122 - color contains mainly: red. Hex color #7A162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A162E is #85E9D1. Grayscale: #363636. Windows color (decimal): -8776146 or 3020410. OLE color: 3020410.

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

Color convert

RGB 122 22 46 -
CMYK 0 0.82 0.62 0.52
HSL 345.6º 0.69% 0.28% -
HSV(B) 345.6º 0.82% 0.48% -
XYZ 8.81 4.91 3.07 -
YUV 54.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 122 22 46 0 0.82 0.62 0.52 345.6 0.69 0.28
Hex 7A 16 2E 0 52 3E 34 15A 45 1C
Octal 172 26 56 0 122 76 64 532 105 34
Binary 1111010 10110 101110 0 1010010 111110 110100 101011010 1000101 11100

Color Harmonies of #7A162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A162E

Black with #7A162E

Text Example


Text Example

White with #7A162E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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