#761618

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

Shades of Red Berry #761618

Tints of Red Berry #761618

Color information

#761618 (or 0x761618) is unknown color: approx Red Berry. HEX triplet: 76, 16 and 18. RGB value is (118,22,24). Sum of RGB (Red+Green+Blue) = 118+22+24=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #761618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761618 is #89E9E7. Grayscale: #333333. Windows color (decimal): -9038312 or 1578614. OLE color: 1578614.

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

Color convert

RGB1182224-
CMYK00.810.800.54
HSL358.75º68.57%27.45%-
HSV(B)358.75º81.36%46.27%-
XYZ7.924.491.31-
YUV50.93112.8175.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.95%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 24 (9.77% from 255) = 14.63%
R=71.95%
G=13.41%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118222400.810.800.54358.7568.5727.45
Hex7616180515036167451b
Octal166263001211206654710533
Binary11101101011011000010100011010000110110101100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761618; }

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

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

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

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

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

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

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

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