#7C1626

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

Shades of Red Berry #7C1626

Tints of Red Berry #7C1626

Color information

#7C1626 (or 0x7C1626) is unknown color: approx Red Berry. HEX triplet: 7C, 16 and 26. RGB value is (124,22,38). Sum of RGB (Red+Green+Blue) = 124+22+38=184 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.39% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1626 is #83E9D9. Grayscale: #363636. Windows color (decimal): -8645082 or 2496124. OLE color: 2496124.

HSL color Cylindrical-coordinate representation of color #7C1626: hue angle of 350.59º 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 #7C1626 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB1242238-
CMYK00.820.690.51
HSL350.59º69.86%28.63%-
HSV(B)350.59º82.26%48.63%-
XYZ8.9552.33-
YUV54.32118.79177.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.39%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 38 (15.23% from 255) = 20.65%
R=67.39%
G=11.96%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124223800.820.690.51350.5969.8628.63
Hex7C1626052453315f461d
Octal174264601221056353710635
Binary111110010110100110010100101000101110011101011111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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