Html Css Color HEX #7C121C Red Berry

📋 copy color: '#7C121C'

red 124 ◦ green 18 ◦ blue 28

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

Shades of Red Berry #7C121C

Tints of Red Berry #7C121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

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

R = 72.94%
G = 10.59%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C121C (or 0x7C121C) is known color: Red Berry. HEX triplet: 7C, 12 and 1C. RGB value is (124,18,28). Sum of RGB (Red+Green+Blue) = 124+18+28=170 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.94% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 124 - color contains mainly: red. Hex color #7C121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C121C is #83EDE3. Grayscale: #323232. Windows color (decimal): -8646116 or 1839740. OLE color: 1839740.

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

Color convert

RGB 124 18 28 -
CMYK 0 0.85 0.77 0.51
HSL 354.34º 0.75% 0.28% -
HSV(B) 354.34º 0.85% 0.49% -
XYZ 8.74 4.8 1.56 -
YUV 50.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 124 18 28 0 0.85 0.77 0.51 354.34 0.75 0.28
Hex 7C 12 1C 0 55 4D 33 162 4B 1C
Octal 174 22 34 0 125 115 63 542 113 34
Binary 1111100 10010 11100 0 1010101 1001101 110011 101100010 1001011 11100

Color Harmonies of #7C121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C121C

Black with #7C121C

Text Example


Text Example

White with #7C121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,18,28); }

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

background-color css

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

 a { background-color: rgb(124,18,28); }

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

border-color css

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

 span { border-color: rgb(124,18,28); }

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