#752326

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

Shades of Red Berry #752326

Tints of Red Berry #752326

Color information

#752326 (or 0x752326) is unknown color: approx Red Berry. HEX triplet: 75, 23 and 26. RGB value is (117,35,38). Sum of RGB (Red+Green+Blue) = 117+35+38=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752326 is #8ADCD9. Grayscale: #3B3B3B. Windows color (decimal): -9100506 or 2499445. OLE color: 2499445.

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

Color convert

RGB1173538-
CMYK00.700.680.54
HSL357.8º53.95%29.8%-
HSV(B)357.8º70.09%45.88%-
XYZ8.295.122.39-
YUV59.86115.67168.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 35 (14.06% from 255) = 18.42%
BLUE value IS 38 (15.23% from 255) = 20%
R=61.58%
G=18.42%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117353800.700.680.54357.853.9529.8
Hex7523260464436166361e
Octal16543460106104665466636
Binary111010110001110011001000110100010011011010110011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752326; }

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

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

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

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

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

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

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

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