#752126

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

Shades of Red Berry #752126

Tints of Red Berry #752126

Color information

#752126 (or 0x752126) is unknown color: approx Red Berry. HEX triplet: 75, 21 and 26. RGB value is (117,33,38). Sum of RGB (Red+Green+Blue) = 117+33+38=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #752126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752126 is #8ADED9. Grayscale: #3A3A3A. Windows color (decimal): -9101018 or 2498933. OLE color: 2498933.

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

Color convert

RGB1173338-
CMYK00.720.680.54
HSL356.43º56%29.41%-
HSV(B)356.43º71.79%45.88%-
XYZ8.235.012.37-
YUV58.69116.33169.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 38 (15.23% from 255) = 20.21%
R=62.23%
G=17.55%
B=20.21%

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
Decimal117333800.720.680.54356.435629.41
Hex7521260484436164381d
Octal16541460110104665447035
Binary111010110000110011001001000100010011011010110010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752126; }

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

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

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

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

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

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

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

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