#752327

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

Shades of Red Berry #752327

Tints of Red Berry #752327

Color information

#752327 (or 0x752327) is unknown color: approx Red Berry. HEX triplet: 75, 23 and 27. RGB value is (117,35,39). Sum of RGB (Red+Green+Blue) = 117+35+39=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #752327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752327 is #8ADCD8. Grayscale: #3C3C3C. Windows color (decimal): -9100505 or 2564981. OLE color: 2564981.

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

Color convert

RGB1173539-
CMYK00.700.670.54
HSL357.07º53.95%29.8%-
HSV(B)357.07º70.09%45.88%-
XYZ8.35.132.47-
YUV59.97116.17168.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.26%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=61.26%
G=18.32%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117353900.700.670.54357.0753.9529.8
Hex7523270464336165361e
Octal16543470106103665456636
Binary111010110001110011101000110100001111011010110010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752327; }

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

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

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

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

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

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

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

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