#752026

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

Shades of Red Berry #752026

Tints of Red Berry #752026

Color information

#752026 (or 0x752026) is unknown color: approx Red Berry. HEX triplet: 75, 20 and 26. RGB value is (117,32,38). Sum of RGB (Red+Green+Blue) = 117+32+38=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #752026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752026 is #8ADFD9. Grayscale: #3A3A3A. Windows color (decimal): -9101274 or 2498677. OLE color: 2498677.

HSL color Cylindrical-coordinate representation of color #752026: hue angle of 355.76º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752026 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1173238-
CMYK00.730.680.54
HSL355.76º57.05%29.22%-
HSV(B)355.76º72.65%45.88%-
XYZ8.24.952.36-
YUV58.1116.66170.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=62.57%
G=17.11%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117323800.730.680.54355.7657.0529.22
Hex7520260494436164391d
Octal16540460111104665447135
Binary111010110000010011001001001100010011011010110010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752026; }

 p { color: rgb(117,32,38); }

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

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

 a { background-color: rgb(117,32,38); }

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

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

 span { border-color: rgb(117,32,38); }

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