#761024

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

Shades of Red Berry #761024

Tints of Red Berry #761024

Color information

#761024 (or 0x761024) is unknown color: approx Red Berry. HEX triplet: 76, 10 and 24. RGB value is (118,16,36). Sum of RGB (Red+Green+Blue) = 118+16+36=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #761024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761024 is #89EFDB. Grayscale: #303030. Windows color (decimal): -9039836 or 2363510. OLE color: 2363510.

HSL color Cylindrical-coordinate representation of color #761024: hue angle of 348.24º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761024 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1181636-
CMYK00.860.690.54
HSL348.24º76.12%26.27%-
HSV(B)348.24º86.44%46.27%-
XYZ7.974.352.09-
YUV48.78120.79177.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.41%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 36 (14.45% from 255) = 21.18%
R=69.41%
G=9.41%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118163600.860.690.54348.2476.1226.27
Hex761024056453615c4c1a
Octal166204401261056653411432
Binary111011010000100100010101101000101110110101011100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761024; }

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

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

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

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

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

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

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

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