#7D1B24

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

Shades of Red Berry #7D1B24

Tints of Red Berry #7D1B24

Color information

#7D1B24 (or 0x7D1B24) is unknown color: approx Red Berry. HEX triplet: 7D, 1B and 24. RGB value is (125,27,36). Sum of RGB (Red+Green+Blue) = 125+27+36=188 (24% of max value = 765). Red value is 125 (49.22% from 255 or 66.49% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1B24 is #82E4DB. Grayscale: #393939. Windows color (decimal): -8578268 or 2366333. OLE color: 2366333.

HSL color Cylindrical-coordinate representation of color #7D1B24: hue angle of 354.49º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1B24 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.51.

Color convert

RGB1252736-
CMYK00.780.710.51
HSL354.49º64.47%29.8%-
HSV(B)354.49º78.4%49.02%-
XYZ9.175.272.2-
YUV57.33115.97176.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 66.49%
GREEN value IS 27 (10.94% from 255) = 14.36%
BLUE value IS 36 (14.45% from 255) = 19.15%
R=66.49%
G=14.36%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125273600.780.710.51354.4964.4729.8
Hex7D1B2404E4733162401e
Octal175334401161076354210036
Binary111110111011100100010011101000111110011101100010100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,27,36); }

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

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

 a { background-color: rgb(125,27,36); }

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

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

 span { border-color: rgb(125,27,36); }

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