#7C1D27

Color #7C1D27 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #7C1D27

Tints of Red Berry #7C1D27

Color information

#7C1D27 (or 0x7C1D27) is unknown color: approx Red Berry. HEX triplet: 7C, 1D and 27. RGB value is (124,29,39). Sum of RGB (Red+Green+Blue) = 124+29+39=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1D27 is #83E2D8. Grayscale: #3A3A3A. Windows color (decimal): -8643289 or 2563452. OLE color: 2563452.

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

Color convert

RGB1242939-
CMYK00.770.690.51
HSL353.68º62.09%30%-
HSV(B)353.68º76.61%48.63%-
XYZ9.125.312.46-
YUV58.54116.97174.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.58%
GREEN value IS 29 (11.72% from 255) = 15.10%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=64.58%
G=15.10%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124293900.770.690.51353.6862.0930
Hex7C1D2704D45331623e1e
Octal17435470115105635427636
Binary11111001110110011101001101100010111001110110001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,29,39); }

 H1.HeaderClassName
 {
   color: #7C1D27;
 }
 .AnyTagClassName
 {
   color: #7C1D27;
 }
</style>
background-color css

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

 a { background-color: rgb(124,29,39); }

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

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

 span { border-color: rgb(124,29,39); }

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