#7C1625

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

Shades of Red Berry #7C1625

Tints of Red Berry #7C1625

Color information

#7C1625 (or 0x7C1625) is unknown color: approx Red Berry. HEX triplet: 7C, 16 and 25. RGB value is (124,22,37). Sum of RGB (Red+Green+Blue) = 124+22+37=183 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.76% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1625 is #83E9DA. Grayscale: #363636. Windows color (decimal): -8645083 or 2430588. OLE color: 2430588.

HSL color Cylindrical-coordinate representation of color #7C1625: hue angle of 351.18º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C1625 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB1242237-
CMYK00.820.700.51
HSL351.18º69.86%28.63%-
HSV(B)351.18º82.26%48.63%-
XYZ8.934.992.24-
YUV54.21118.29177.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.76%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 37 (14.84% from 255) = 20.22%
R=67.76%
G=12.02%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124223700.820.700.51351.1869.8628.63
Hex7C1625052463315f461d
Octal174264501221066353710635
Binary111110010110100101010100101000110110011101011111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,22,37); }

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

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

 a { background-color: rgb(124,22,37); }

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

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

 span { border-color: rgb(124,22,37); }

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