#751F28

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

Shades of Red Berry #751F28

Tints of Red Berry #751F28

Color information

#751F28 (or 0x751F28) is unknown color: approx Red Berry. HEX triplet: 75, 1F and 28. RGB value is (117,31,40). Sum of RGB (Red+Green+Blue) = 117+31+40=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #751F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F28 is #8AE0D7. Grayscale: #393939. Windows color (decimal): -9101528 or 2629493. OLE color: 2629493.

HSL color Cylindrical-coordinate representation of color #751F28: hue angle of 353.72º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751F28 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1173140-
CMYK00.740.660.54
HSL353.72º58.11%29.02%-
HSV(B)353.72º73.5%45.88%-
XYZ8.214.922.52-
YUV57.74117.99170.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 31 (12.5% from 255) = 16.49%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=62.23%
G=16.49%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117314000.740.660.54353.7258.1129.02
Hex751F2804A42361623a1d
Octal16537500112102665427235
Binary11101011111110100001001010100001011011010110001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751F28; }

 p { color: rgb(117,31,40); }

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

<style>
 a { background-color: #751F28; }

 a { background-color: rgb(117,31,40); }

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

<style>
 span { border-color: #751F28; }

 span { border-color: rgb(117,31,40); }

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