#752426

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

Shades of Red Berry #752426

Tints of Red Berry #752426

Color information

#752426 (or 0x752426) is unknown color: approx Red Berry. HEX triplet: 75, 24 and 26. RGB value is (117,36,38). Sum of RGB (Red+Green+Blue) = 117+36+38=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #752426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752426 is #8ADBD9. Grayscale: #3C3C3C. Windows color (decimal): -9100250 or 2499701. OLE color: 2499701.

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

Color convert

RGB1173638-
CMYK00.690.680.54
HSL358.52º52.94%30%-
HSV(B)358.52º69.23%45.88%-
XYZ8.325.182.4-
YUV60.45115.34168.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.26%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 38 (15.23% from 255) = 19.90%
R=61.26%
G=18.85%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117363800.690.680.54358.5252.9430
Hex7524260454436167351e
Octal16544460105104665476536
Binary111010110010010011001000101100010011011010110011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752426; }

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

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

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

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

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

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

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

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