Html Css Color HEX #7A1522 Red Berry

📋 copy color: '#7A1522'

red 122 ◦ green 21 ◦ blue 34

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

Shades of Red Berry #7A1522

Tints of Red Berry #7A1522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.86%

 BLUE value IS 34 (13.67% from 255) = 19.21%

R = 68.93%
G = 11.86%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.52

RGB Variations

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

Color information

#7A1522 (or 0x7A1522) is known color: Red Berry. HEX triplet: 7A, 15 and 22. RGB value is (122,21,34). Sum of RGB (Red+Green+Blue) = 122+21+34=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1522 is #85EADD. Grayscale: #343434. Windows color (decimal): -8776414 or 2233722. OLE color: 2233722.

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

Color convert

RGB 122 21 34 -
CMYK 0 0.83 0.72 0.52
HSL 352.28º 0.71% 0.28% -
HSV(B) 352.28º 0.83% 0.48% -
XYZ 8.58 4.79 1.99 -
YUV 52.68 117.46 177.44 -
System Red Green Blue C M Y K H S L
Decimal 122 21 34 0 0.83 0.72 0.52 352.28 0.71 0.28
Hex 7A 15 22 0 53 48 34 160 47 1C
Octal 172 25 42 0 123 110 64 540 107 34
Binary 1111010 10101 100010 0 1010011 1001000 110100 101100000 1000111 11100

Color Harmonies of #7A1522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1522

Black with #7A1522

Text Example


Text Example

White with #7A1522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,21,34); }

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

background-color css

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

 a { background-color: rgb(122,21,34); }

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

border-color css

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

 span { border-color: rgb(122,21,34); }

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