Html Css Color HEX #7A111B Red Berry

📋 copy color: '#7A111B'

red 122 ◦ green 17 ◦ blue 27

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

Shades of Red Berry #7A111B

Tints of Red Berry #7A111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.27%

R = 73.49%
G = 10.24%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7A111B (or 0x7A111B) is known color: Red Berry. HEX triplet: 7A, 11 and 1B. RGB value is (122,17,27). Sum of RGB (Red+Green+Blue) = 122+17+27=166 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.49% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 122 - color contains mainly: red. Hex color #7A111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A111B is #85EEE4. Grayscale: #313131. Windows color (decimal): -8777445 or 1773946. OLE color: 1773946.

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

Color convert

RGB 122 17 27 -
CMYK 0 0.86 0.78 0.52
HSL 354.29º 0.76% 0.27% -
HSV(B) 354.29º 0.86% 0.48% -
XYZ 8.42 4.62 1.48 -
YUV 49.54 115.29 179.69 -
System Red Green Blue C M Y K H S L
Decimal 122 17 27 0 0.86 0.78 0.52 354.29 0.76 0.27
Hex 7A 11 1B 0 56 4E 34 162 4C 1B
Octal 172 21 33 0 126 116 64 542 114 33
Binary 1111010 10001 11011 0 1010110 1001110 110100 101100010 1001100 11011

Color Harmonies of #7A111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A111B

Black with #7A111B

Text Example


Text Example

White with #7A111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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