#7C1226

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

Shades of Red Berry #7C1226

Tints of Red Berry #7C1226

Color information

#7C1226 (or 0x7C1226) is unknown color: approx Red Berry. HEX triplet: 7C, 12 and 26. RGB value is (124,18,38). Sum of RGB (Red+Green+Blue) = 124+18+38=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1226 is #83EDD9. Grayscale: #333333. Windows color (decimal): -8646106 or 2495100. OLE color: 2495100.

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

Color convert

RGB1241838-
CMYK00.850.690.51
HSL348.68º74.65%27.84%-
HSV(B)348.68º85.48%48.63%-
XYZ8.884.862.3-
YUV51.97120.12179.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 68.89%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 38 (15.23% from 255) = 21.11%
R=68.89%
G=10%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124183800.850.690.51348.6874.6527.84
Hex7C1226055453315d4b1c
Octal174224601251056353511334
Binary111110010010100110010101011000101110011101011101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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