#7D1B21

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

Shades of Red Berry #7D1B21

Tints of Red Berry #7D1B21

Color information

#7D1B21 (or 0x7D1B21) is unknown color: approx Red Berry. HEX triplet: 7D, 1B and 21. RGB value is (125,27,33). Sum of RGB (Red+Green+Blue) = 125+27+33=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1B21 is #82E4DE. Grayscale: #393939. Windows color (decimal): -8578271 or 2169725. OLE color: 2169725.

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

Color convert

RGB1252733-
CMYK00.780.740.51
HSL356.33º64.47%29.8%-
HSV(B)356.33º78.4%49.02%-
XYZ9.125.251.97-
YUV56.99114.47176.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 67.57%
GREEN value IS 27 (10.94% from 255) = 14.59%
BLUE value IS 33 (13.28% from 255) = 17.84%
R=67.57%
G=14.59%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125273300.780.740.51356.3364.4729.8
Hex7D1B2104E4A33164401e
Octal175334101161126354410036
Binary111110111011100001010011101001010110011101100100100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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