Html Css Color HEX #7A1328 Red Berry

📋 copy color: '#7A1328'

red 122 ◦ green 19 ◦ blue 40

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

Shades of Red Berry #7A1328

Tints of Red Berry #7A1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

 BLUE value IS 40 (16.02% from 255) = 22.1%

R = 67.4%
G = 10.5%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.52

RGB Variations

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

Color information

#7A1328 (or 0x7A1328) is known color: Red Berry. HEX triplet: 7A, 13 and 28. RGB value is (122,19,40). Sum of RGB (Red+Green+Blue) = 122+19+40=181 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.40% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1328 is #85ECD7. Grayscale: #343434. Windows color (decimal): -8776920 or 2626426. OLE color: 2626426.

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

Color convert

RGB 122 19 40 -
CMYK 0 0.84 0.67 0.52
HSL 347.77º 0.73% 0.28% -
HSV(B) 347.77º 0.84% 0.48% -
XYZ 8.64 4.76 2.47 -
YUV 52.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 122 19 40 0 0.84 0.67 0.52 347.77 0.73 0.28
Hex 7A 13 28 0 54 43 34 15C 49 1C
Octal 172 23 50 0 124 103 64 534 111 34
Binary 1111010 10011 101000 0 1010100 1000011 110100 101011100 1001001 11100

Color Harmonies of #7A1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1328

Black with #7A1328

Text Example


Text Example

White with #7A1328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,19,40); }

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

background-color css

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

 a { background-color: rgb(122,19,40); }

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

border-color css

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

 span { border-color: rgb(122,19,40); }

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