Html Css Color HEX #7A1A24 Red Berry

📋 copy color: '#7A1A24'

red 122 ◦ green 26 ◦ blue 36

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

Shades of Red Berry #7A1A24

Tints of Red Berry #7A1A24

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.13%

 BLUE value IS 36 (14.45% from 255) = 19.57%

R = 66.3%
G = 14.13%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#7A1A24 (or 0x7A1A24) is known color: Red Berry. HEX triplet: 7A, 1A and 24. RGB value is (122,26,36). Sum of RGB (Red+Green+Blue) = 122+26+36=184 (24% of max value = 765). Red value is 122 (48.05% from 255 or 66.30% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1A24 is #85E5DB. Grayscale: #373737. Windows color (decimal): -8775132 or 2366074. OLE color: 2366074.

HSL color Cylindrical-coordinate representation of color #7A1A24: hue angle of 353.75º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A1A24 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 26 36 -
CMYK 0 0.79 0.70 0.52
HSL 353.75º 0.65% 0.29% -
HSV(B) 353.75º 0.79% 0.48% -
XYZ 8.71 5 2.18 -
YUV 55.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 122 26 36 0 0.79 0.70 0.52 353.75 0.65 0.29
Hex 7A 1A 24 0 4F 46 34 162 41 1D
Octal 172 32 44 0 117 106 64 542 101 35
Binary 1111010 11010 100100 0 1001111 1000110 110100 101100010 1000001 11101

Color Harmonies of #7A1A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1A24

Black with #7A1A24

Text Example


Text Example

White with #7A1A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,26,36); }

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

background-color css

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

 a { background-color: rgb(122,26,36); }

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

border-color css

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

 span { border-color: rgb(122,26,36); }

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