#7C132B

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

Shades of Red Berry #7C132B

Tints of Red Berry #7C132B

Color information

#7C132B (or 0x7C132B) is unknown color: approx Red Berry. HEX triplet: 7C, 13 and 2B. RGB value is (124,19,43). Sum of RGB (Red+Green+Blue) = 124+19+43=186 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.67% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 124 - color contains mainly: red. Hex color #7C132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C132B is #83ECD4. Grayscale: #353535. Windows color (decimal): -8645845 or 2823036. OLE color: 2823036.

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

Color convert

RGB1241943-
CMYK00.850.650.51
HSL346.29º73.43%28.04%-
HSV(B)346.29º84.68%48.63%-
XYZ8.984.932.76-
YUV53.13122.29178.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 66.67%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=66.67%
G=10.22%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124194300.850.650.51346.2973.4328.04
Hex7C132B055413315a491c
Octal174235301251016353211134
Binary111110010011101011010101011000001110011101011010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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