Html Css Color HEX #7C151C Red Berry

📋 copy color: '#7C151C'

red 124 ◦ green 21 ◦ blue 28

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

Shades of Red Berry #7C151C

Tints of Red Berry #7C151C

RGB

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

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

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

R = 71.68%
G = 12.14%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C151C (or 0x7C151C) is known color: Red Berry. HEX triplet: 7C, 15 and 1C. RGB value is (124,21,28). Sum of RGB (Red+Green+Blue) = 124+21+28=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C151C is #83EAE3. Grayscale: #343434. Windows color (decimal): -8645348 or 1840508. OLE color: 1840508.

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

Color convert

RGB 124 21 28 -
CMYK 0 0.83 0.77 0.51
HSL 355.92º 0.71% 0.28% -
HSV(B) 355.92º 0.83% 0.49% -
XYZ 8.79 4.91 1.58 -
YUV 52.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 124 21 28 0 0.83 0.77 0.51 355.92 0.71 0.28
Hex 7C 15 1C 0 53 4D 33 164 47 1C
Octal 174 25 34 0 123 115 63 544 107 34
Binary 1111100 10101 11100 0 1010011 1001101 110011 101100100 1000111 11100

Color Harmonies of #7C151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C151C

Black with #7C151C

Text Example


Text Example

White with #7C151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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