#7D142A

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

Shades of Red Berry #7D142A

Tints of Red Berry #7D142A

Color information

#7D142A (or 0x7D142A) is unknown color: approx Red Berry. HEX triplet: 7D, 14 and 2A. RGB value is (125,20,42). Sum of RGB (Red+Green+Blue) = 125+20+42=187 (24% of max value = 765). Red value is 125 (49.22% from 255 or 66.84% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 125 - color contains mainly: red. Hex color #7D142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D142A is #82EBD5. Grayscale: #353535. Windows color (decimal): -8580054 or 2757757. OLE color: 2757757.

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

Color convert

RGB1252042-
CMYK00.840.660.51
HSL347.43º72.41%28.43%-
HSV(B)347.43º84%49.02%-
XYZ9.135.032.68-
YUV53.9121.29178.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 66.84%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=66.84%
G=10.70%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125204200.840.660.51347.4372.4128.43
Hex7D142A054423315b481c
Octal175245201241026353311034
Binary111110110100101010010101001000010110011101011011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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