#752127

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

Shades of Red Berry #752127

Tints of Red Berry #752127

Color information

#752127 (or 0x752127) is unknown color: approx Red Berry. HEX triplet: 75, 21 and 27. RGB value is (117,33,39). Sum of RGB (Red+Green+Blue) = 117+33+39=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #752127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752127 is #8ADED8. Grayscale: #3A3A3A. Windows color (decimal): -9101017 or 2564469. OLE color: 2564469.

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

Color convert

RGB1173339-
CMYK00.720.670.54
HSL355.71º56%29.41%-
HSV(B)355.71º71.79%45.88%-
XYZ8.255.022.45-
YUV58.8116.83169.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.90%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 39 (15.62% from 255) = 20.63%
R=61.90%
G=17.46%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117333900.720.670.54355.715629.41
Hex7521270484336164381d
Octal16541470110103665447035
Binary111010110000110011101001000100001111011010110010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752127; }

 p { color: rgb(117,33,39); }

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

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

 a { background-color: rgb(117,33,39); }

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

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

 span { border-color: rgb(117,33,39); }

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