Html Css Color HEX #7A111C Red Berry

📋 copy color: '#7A111C'

red 122 ◦ green 17 ◦ blue 28

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

Shades of Red Berry #7A111C

Tints of Red Berry #7A111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

 BLUE value IS 28 (11.33% from 255) = 16.77%

R = 73.05%
G = 10.18%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7A111C (or 0x7A111C) is known color: Red Berry. HEX triplet: 7A, 11 and 1C. RGB value is (122,17,28). Sum of RGB (Red+Green+Blue) = 122+17+28=167 (22% of max value = 765). Red value is 122 (48.05% from 255 or 73.05% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 122 - color contains mainly: red. Hex color #7A111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A111C is #85EEE3. Grayscale: #313131. Windows color (decimal): -8777444 or 1839482. OLE color: 1839482.

HSL color Cylindrical-coordinate representation of color #7A111C: hue angle of 353.71º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A111C is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 17 28 -
CMYK 0 0.86 0.77 0.52
HSL 353.71º 0.76% 0.27% -
HSV(B) 353.71º 0.86% 0.48% -
XYZ 8.44 4.62 1.55 -
YUV 49.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 122 17 28 0 0.86 0.77 0.52 353.71 0.76 0.27
Hex 7A 11 1C 0 56 4D 34 162 4C 1B
Octal 172 21 34 0 126 115 64 542 114 33
Binary 1111010 10001 11100 0 1010110 1001101 110100 101100010 1001100 11011

Color Harmonies of #7A111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A111C

Black with #7A111C

Text Example


Text Example

White with #7A111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,17,28); }

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

background-color css

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

 a { background-color: rgb(122,17,28); }

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

border-color css

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

 span { border-color: rgb(122,17,28); }

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