#7C1A23

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

Shades of Red Berry #7C1A23

Tints of Red Berry #7C1A23

Color information

#7C1A23 (or 0x7C1A23) is unknown color: approx Red Berry. HEX triplet: 7C, 1A and 23. RGB value is (124,26,35). Sum of RGB (Red+Green+Blue) = 124+26+35=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1A23 is #83E5DC. Grayscale: #383838. Windows color (decimal): -8644061 or 2300540. OLE color: 2300540.

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

Color convert

RGB1242635-
CMYK00.790.720.51
HSL354.49º65.33%29.41%-
HSV(B)354.49º79.03%48.63%-
XYZ8.985.152.11-
YUV56.33115.97176.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.03%
GREEN value IS 26 (10.55% from 255) = 14.05%
BLUE value IS 35 (14.06% from 255) = 18.92%
R=67.03%
G=14.05%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124263500.790.720.51354.4965.3329.41
Hex7C1A2304F4833162411d
Octal174324301171106354210135
Binary111110011010100011010011111001000110011101100010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,26,35); }

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

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

 a { background-color: rgb(124,26,35); }

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

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

 span { border-color: rgb(124,26,35); }

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