#752125

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

Shades of Red Berry #752125

Tints of Red Berry #752125

Color information

#752125 (or 0x752125) is unknown color: approx Red Berry. HEX triplet: 75, 21 and 25. RGB value is (117,33,37). Sum of RGB (Red+Green+Blue) = 117+33+37=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #752125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752125 is #8ADEDA. Grayscale: #3A3A3A. Windows color (decimal): -9101019 or 2433397. OLE color: 2433397.

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

Color convert

RGB1173337-
CMYK00.720.680.54
HSL357.14º56%29.41%-
HSV(B)357.14º71.79%45.88%-
XYZ8.2152.28-
YUV58.57115.83169.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 37 (14.84% from 255) = 19.79%
R=62.57%
G=17.65%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117333700.720.680.54357.145629.41
Hex7521250484436165381d
Octal16541450110104665457035
Binary111010110000110010101001000100010011011010110010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752125; }

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

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

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

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

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

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

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

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