#762328

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

Shades of Red Berry #762328

Tints of Red Berry #762328

Color information

#762328 (or 0x762328) is unknown color: approx Red Berry. HEX triplet: 76, 23 and 28. RGB value is (118,35,40). Sum of RGB (Red+Green+Blue) = 118+35+40=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #762328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762328 is #89DCD7. Grayscale: #3C3C3C. Windows color (decimal): -9034968 or 2630518. OLE color: 2630518.

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

Color convert

RGB1183540-
CMYK00.700.660.54
HSL356.39º54.25%30%-
HSV(B)356.39º70.34%46.27%-
XYZ8.465.212.57-
YUV60.39116.5169.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=61.14%
G=18.13%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118354000.700.660.54356.3954.2530
Hex7623280464236164361e
Octal16643500106102665446636
Binary111011010001110100001000110100001011011010110010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762328; }

 p { color: rgb(118,35,40); }

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

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

 a { background-color: rgb(118,35,40); }

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

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

 span { border-color: rgb(118,35,40); }

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