#752427

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

Shades of Red Berry #752427

Tints of Red Berry #752427

Color information

#752427 (or 0x752427) is unknown color: approx Red Berry. HEX triplet: 75, 24 and 27. RGB value is (117,36,39). Sum of RGB (Red+Green+Blue) = 117+36+39=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #752427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752427 is #8ADBD8. Grayscale: #3C3C3C. Windows color (decimal): -9100249 or 2565237. OLE color: 2565237.

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

Color convert

RGB1173639-
CMYK00.690.670.54
HSL357.78º52.94%30%-
HSV(B)357.78º69.23%45.88%-
XYZ8.335.192.48-
YUV60.56115.84168.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=60.94%
G=18.75%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117363900.690.670.54357.7852.9430
Hex7524270454336166351e
Octal16544470105103665466536
Binary111010110010010011101000101100001111011010110011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752427; }

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

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

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

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

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

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

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

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