#7D132A

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

Shades of Red Berry #7D132A

Tints of Red Berry #7D132A

Color information

#7D132A (or 0x7D132A) is unknown color: approx Red Berry. HEX triplet: 7D, 13 and 2A. RGB value is (125,19,42). Sum of RGB (Red+Green+Blue) = 125+19+42=186 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.20% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 125 - color contains mainly: red. Hex color #7D132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D132A is #82ECD5. Grayscale: #353535. Windows color (decimal): -8580310 or 2757501. OLE color: 2757501.

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

Color convert

RGB1251942-
CMYK00.850.660.51
HSL346.98º73.61%28.24%-
HSV(B)346.98º84.8%49.02%-
XYZ9.114.992.67-
YUV53.32121.62179.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 67.20%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 42 (16.80% from 255) = 22.58%
R=67.20%
G=10.22%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125194200.850.660.51346.9873.6128.24
Hex7D132A055423315b4a1c
Octal175235201251026353311234
Binary111110110011101010010101011000010110011101011011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,19,42); }

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

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

 a { background-color: rgb(125,19,42); }

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

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

 span { border-color: rgb(125,19,42); }

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