#752029

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

Shades of Red Berry #752029

Tints of Red Berry #752029

Color information

#752029 (or 0x752029) is unknown color: approx Red Berry. HEX triplet: 75, 20 and 29. RGB value is (117,32,41). Sum of RGB (Red+Green+Blue) = 117+32+41=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752029 is #8ADFD6. Grayscale: #3A3A3A. Windows color (decimal): -9101271 or 2695285. OLE color: 2695285.

HSL color Cylindrical-coordinate representation of color #752029: hue angle of 353.65º 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 #752029 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1173241-
CMYK00.730.650.54
HSL353.65º57.05%29.22%-
HSV(B)353.65º72.65%45.88%-
XYZ8.254.982.62-
YUV58.44118.16169.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=61.58%
G=16.84%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117324100.730.650.54353.6557.0529.22
Hex7520290494136162391d
Octal16540510111101665427135
Binary111010110000010100101001001100000111011010110001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752029; }

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

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

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

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

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

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

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

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