#7C1E21

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

Shades of Red Berry #7C1E21

Tints of Red Berry #7C1E21

Color information

#7C1E21 (or 0x7C1E21) is unknown color: approx Red Berry. HEX triplet: 7C, 1E and 21. RGB value is (124,30,33). Sum of RGB (Red+Green+Blue) = 124+30+33=187 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.31% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1E21 is #83E1DE. Grayscale: #3A3A3A. Windows color (decimal): -8643039 or 2170492. OLE color: 2170492.

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

Color convert

RGB1243033-
CMYK00.760.730.51
HSL358.09º61.04%30.2%-
HSV(B)358.09º75.81%48.63%-
XYZ9.055.321.99-
YUV58.45113.64174.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 66.31%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=66.31%
G=16.04%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124303300.760.730.51358.0961.0430.2
Hex7C1E2104C49331663d1e
Octal17436410114111635467536
Binary11111001111010000101001100100100111001110110011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,30,33); }

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

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

 a { background-color: rgb(124,30,33); }

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

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

 span { border-color: rgb(124,30,33); }

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