#7D131D

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

Shades of Red Berry #7D131D

Tints of Red Berry #7D131D

Color information

#7D131D (or 0x7D131D) is unknown color: approx Red Berry. HEX triplet: 7D, 13 and 1D. RGB value is (125,19,29). Sum of RGB (Red+Green+Blue) = 125+19+29=173 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.25% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 125 - color contains mainly: red. Hex color #7D131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D131D is #82ECE2. Grayscale: #333333. Windows color (decimal): -8580323 or 1905533. OLE color: 1905533.

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

Color convert

RGB1251929-
CMYK00.850.770.51
HSL354.34º73.61%28.24%-
HSV(B)354.34º84.8%49.02%-
XYZ8.914.911.64-
YUV51.83115.12180.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 72.25%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=72.25%
G=10.98%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125192900.850.770.51354.3473.6128.24
Hex7D131D0554D331624a1c
Octal175233501251156354211234
Binary11111011001111101010101011001101110011101100010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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