#7C132D

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

Shades of Red Berry #7C132D

Tints of Red Berry #7C132D

Color information

#7C132D (or 0x7C132D) is unknown color: approx Red Berry. HEX triplet: 7C, 13 and 2D. RGB value is (124,19,45). Sum of RGB (Red+Green+Blue) = 124+19+45=188 (24% of max value = 765). Red value is 124 (48.83% from 255 or 65.96% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 124 - color contains mainly: red. Hex color #7C132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C132D is #83ECD2. Grayscale: #353535. Windows color (decimal): -8645843 or 2954108. OLE color: 2954108.

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

Color convert

RGB1241945-
CMYK00.850.640.51
HSL345.14º73.43%28.04%-
HSV(B)345.14º84.68%48.63%-
XYZ9.024.942.96-
YUV53.36123.29178.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 65.96%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=65.96%
G=10.11%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124194500.850.640.51345.1473.4328.04
Hex7C132D0554033159491c
Octal174235501251006353111134
Binary111110010011101101010101011000000110011101011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,19,45); }

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

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

 a { background-color: rgb(124,19,45); }

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

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

 span { border-color: rgb(124,19,45); }

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