Html Css Color HEX #7C1114 Red Berry

📋 copy color: '#7C1114'

red 124 ◦ green 17 ◦ blue 20

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

Shades of Red Berry #7C1114

Tints of Red Berry #7C1114

RGB

 RED value IS 124 (48.83% from 255) = 77.02%

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

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 77.02%
G = 10.56%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7C1114 (or 0x7C1114) is known color: Red Berry. HEX triplet: 7C, 11 and 14. RGB value is (124,17,20). Sum of RGB (Red+Green+Blue) = 124+17+20=161 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.02% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1114 is #83EEEB. Grayscale: #313131. Windows color (decimal): -8646380 or 1315196. OLE color: 1315196.

HSL color Cylindrical-coordinate representation of color #7C1114: hue angle of 358.32º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C1114 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 17 20 -
CMYK 0 0.86 0.84 0.51
HSL 358.32º 0.76% 0.28% -
HSV(B) 358.32º 0.86% 0.49% -
XYZ 8.64 4.74 1.12 -
YUV 49.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 124 17 20 0 0.86 0.84 0.51 358.32 0.76 0.28
Hex 7C 11 14 0 56 54 33 166 4C 1C
Octal 174 21 24 0 126 124 63 546 114 34
Binary 1111100 10001 10100 0 1010110 1010100 110011 101100110 1001100 11100

Color Harmonies of #7C1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1114

Black with #7C1114

Text Example


Text Example

White with #7C1114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,17,20); }

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

background-color css

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

 a { background-color: rgb(124,17,20); }

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

border-color css

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

 span { border-color: rgb(124,17,20); }

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