Html Css Color HEX #7A1E29 Red Berry

📋 copy color: '#7A1E29'

red 122 ◦ green 30 ◦ blue 41

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

Shades of Red Berry #7A1E29

Tints of Red Berry #7A1E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.54%

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 63.21%
G = 15.54%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7A1E29 (or 0x7A1E29) is known color: Red Berry. HEX triplet: 7A, 1E and 29. RGB value is (122,30,41). Sum of RGB (Red+Green+Blue) = 122+30+41=193 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.21% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1E29 is #85E1D6. Grayscale: #3A3A3A. Windows color (decimal): -8774103 or 2694778. OLE color: 2694778.

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

Color convert

RGB 122 30 41 -
CMYK 0 0.75 0.66 0.52
HSL 352.83º 0.61% 0.3% -
HSV(B) 352.83º 0.75% 0.48% -
XYZ 8.89 5.23 2.64 -
YUV 58.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 122 30 41 0 0.75 0.66 0.52 352.83 0.61 0.3
Hex 7A 1E 29 0 4B 42 34 161 3D 1E
Octal 172 36 51 0 113 102 64 541 75 36
Binary 1111010 11110 101001 0 1001011 1000010 110100 101100001 111101 11110

Color Harmonies of #7A1E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1E29

Black with #7A1E29

Text Example


Text Example

White with #7A1E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,30,41); }

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

background-color css

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

 a { background-color: rgb(122,30,41); }

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

border-color css

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

 span { border-color: rgb(122,30,41); }

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