Html Css Color HEX #7A141D Red Berry

📋 copy color: '#7A141D'

red 122 ◦ green 20 ◦ blue 29

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

Shades of Red Berry #7A141D

Tints of Red Berry #7A141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.7%

 BLUE value IS 29 (11.72% from 255) = 16.96%

R = 71.35%
G = 11.7%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#7A141D (or 0x7A141D) is known color: Red Berry. HEX triplet: 7A, 14 and 1D. RGB value is (122,20,29). Sum of RGB (Red+Green+Blue) = 122+20+29=171 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.35% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 122 - color contains mainly: red. Hex color #7A141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A141D is #85EBE2. Grayscale: #333333. Windows color (decimal): -8776675 or 1905786. OLE color: 1905786.

HSL color Cylindrical-coordinate representation of color #7A141D: hue angle of 354.71º degrees, saturation: 0.72, 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 #7A141D is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 20 29 -
CMYK 0 0.84 0.76 0.52
HSL 354.71º 0.72% 0.28% -
HSV(B) 354.71º 0.84% 0.48% -
XYZ 8.5 4.73 1.63 -
YUV 51.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 122 20 29 0 0.84 0.76 0.52 354.71 0.72 0.28
Hex 7A 14 1D 0 54 4C 34 163 48 1C
Octal 172 24 35 0 124 114 64 543 110 34
Binary 1111010 10100 11101 0 1010100 1001100 110100 101100011 1001000 11100

Color Harmonies of #7A141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A141D

Black with #7A141D

Text Example


Text Example

White with #7A141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,20,29); }

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

background-color css

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

 a { background-color: rgb(122,20,29); }

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

border-color css

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

 span { border-color: rgb(122,20,29); }

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