Html Css Color HEX #7A1730 Claret

📋 copy color: '#7A1730'

red 122 ◦ green 23 ◦ blue 48

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

Shades of Claret #7A1730

Tints of Claret #7A1730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

 BLUE value IS 48 (19.14% from 255) = 24.87%

R = 63.21%
G = 11.92%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7A1730 (or 0x7A1730) is known color: Claret. HEX triplet: 7A, 17 and 30. RGB value is (122,23,48). Sum of RGB (Red+Green+Blue) = 122+23+48=193 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.21% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1730 is #85E8CF. Grayscale: #373737. Windows color (decimal): -8775888 or 3151738. OLE color: 3151738.

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

Color convert

RGB 122 23 48 -
CMYK 0 0.81 0.61 0.52
HSL 344.85º 0.68% 0.28% -
HSV(B) 344.85º 0.81% 0.48% -
XYZ 8.87 4.96 3.29 -
YUV 55.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 122 23 48 0 0.81 0.61 0.52 344.85 0.68 0.28
Hex 7A 17 30 0 51 3D 34 159 44 1C
Octal 172 27 60 0 121 75 64 531 104 34
Binary 1111010 10111 110000 0 1010001 111101 110100 101011001 1000100 11100

Color Harmonies of #7A1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1730

Black with #7A1730

Text Example


Text Example

White with #7A1730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,23,48); }

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

background-color css

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

 a { background-color: rgb(122,23,48); }

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

border-color css

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

 span { border-color: rgb(122,23,48); }

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