Html Css Color HEX #7A1621 Red Berry

📋 copy color: '#7A1621'

red 122 ◦ green 22 ◦ blue 33

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

Shades of Red Berry #7A1621

Tints of Red Berry #7A1621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.64%

R = 68.93%
G = 12.43%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.52

RGB Variations

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

Color information

#7A1621 (or 0x7A1621) is known color: Red Berry. HEX triplet: 7A, 16 and 21. RGB value is (122,22,33). Sum of RGB (Red+Green+Blue) = 122+22+33=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1621 is #85E9DE. Grayscale: #353535. Windows color (decimal): -8776159 or 2168442. OLE color: 2168442.

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

Color convert

RGB 122 22 33 -
CMYK 0 0.82 0.73 0.52
HSL 353.4º 0.69% 0.28% -
HSV(B) 353.4º 0.82% 0.48% -
XYZ 8.59 4.82 1.92 -
YUV 53.15 116.63 177.11 -
System Red Green Blue C M Y K H S L
Decimal 122 22 33 0 0.82 0.73 0.52 353.4 0.69 0.28
Hex 7A 16 21 0 52 49 34 161 45 1C
Octal 172 26 41 0 122 111 64 541 105 34
Binary 1111010 10110 100001 0 1010010 1001001 110100 101100001 1000101 11100

Color Harmonies of #7A1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1621

Black with #7A1621

Text Example


Text Example

White with #7A1621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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