#761824

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

Shades of Red Berry #761824

Tints of Red Berry #761824

Color information

#761824 (or 0x761824) is unknown color: approx Red Berry. HEX triplet: 76, 18 and 24. RGB value is (118,24,36). Sum of RGB (Red+Green+Blue) = 118+24+36=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #761824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761824 is #89E7DB. Grayscale: #353535. Windows color (decimal): -9037788 or 2365558. OLE color: 2365558.

HSL color Cylindrical-coordinate representation of color #761824: hue angle of 352.34º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761824 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1182436-
CMYK00.800.690.54
HSL352.34º66.2%27.84%-
HSV(B)352.34º79.66%46.27%-
XYZ8.124.632.14-
YUV53.47118.14174.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.29%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 36 (14.45% from 255) = 20.22%
R=66.29%
G=13.48%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118243600.800.690.54352.3466.227.84
Hex7618240504536160421c
Octal166304401201056654010234
Binary111011011000100100010100001000101110110101100000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761824; }

 p { color: rgb(118,24,36); }

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

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

 a { background-color: rgb(118,24,36); }

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

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

 span { border-color: rgb(118,24,36); }

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