Html Css Color HEX #7A1518 Red Berry

📋 copy color: '#7A1518'

red 122 ◦ green 21 ◦ blue 24

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

Shades of Red Berry #7A1518

Tints of Red Berry #7A1518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.37%

R = 73.05%
G = 12.57%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7A1518 (or 0x7A1518) is known color: Red Berry. HEX triplet: 7A, 15 and 18. RGB value is (122,21,24). Sum of RGB (Red+Green+Blue) = 122+21+24=167 (22% of max value = 765). Red value is 122 (48.05% from 255 or 73.05% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1518 is #85EAE7. Grayscale: #333333. Windows color (decimal): -8776424 or 1578362. OLE color: 1578362.

HSL color Cylindrical-coordinate representation of color #7A1518: hue angle of 358.22º 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 #7A1518 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 21 24 -
CMYK 0 0.83 0.80 0.52
HSL 358.22º 0.71% 0.28% -
HSV(B) 358.22º 0.83% 0.48% -
XYZ 8.46 4.74 1.33 -
YUV 51.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 122 21 24 0 0.83 0.80 0.52 358.22 0.71 0.28
Hex 7A 15 18 0 53 50 34 166 47 1C
Octal 172 25 30 0 123 120 64 546 107 34
Binary 1111010 10101 11000 0 1010011 1010000 110100 101100110 1000111 11100

Color Harmonies of #7A1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1518

Black with #7A1518

Text Example


Text Example

White with #7A1518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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