Html Css Color HEX #7A1033 Claret

📋 copy color: '#7A1033'

red 122 ◦ green 16 ◦ blue 51

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

Shades of Claret #7A1033

Tints of Claret #7A1033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.47%

 BLUE value IS 51 (20.31% from 255) = 26.98%

R = 64.55%
G = 8.47%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#7A1033 (or 0x7A1033) is known color: Claret. HEX triplet: 7A, 10 and 33. RGB value is (122,16,51). Sum of RGB (Red+Green+Blue) = 122+16+51=189 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.55% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1033 is #85EFCC. Grayscale: #333333. Windows color (decimal): -8777677 or 3346554. OLE color: 3346554.

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

Color convert

RGB 122 16 51 -
CMYK 0 0.87 0.58 0.52
HSL 340.19º 0.77% 0.27% -
HSV(B) 340.19º 0.87% 0.48% -
XYZ 8.81 4.75 3.58 -
YUV 51.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 122 16 51 0 0.87 0.58 0.52 340.19 0.77 0.27
Hex 7A 10 33 0 57 3A 34 154 4D 1B
Octal 172 20 63 0 127 72 64 524 115 33
Binary 1111010 10000 110011 0 1010111 111010 110100 101010100 1001101 11011

Color Harmonies of #7A1033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1033

Black with #7A1033

Text Example


Text Example

White with #7A1033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,16,51); }

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

background-color css

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

 a { background-color: rgb(122,16,51); }

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

border-color css

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

 span { border-color: rgb(122,16,51); }

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