#761627

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

Shades of Red Berry #761627

Tints of Red Berry #761627

Color information

#761627 (or 0x761627) is unknown color: approx Red Berry. HEX triplet: 76, 16 and 27. RGB value is (118,22,39). Sum of RGB (Red+Green+Blue) = 118+22+39=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #761627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761627 is #89E9D8. Grayscale: #343434. Windows color (decimal): -9038297 or 2561654. OLE color: 2561654.

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

Color convert

RGB1182239-
CMYK00.810.670.54
HSL349.38º68.57%27.45%-
HSV(B)349.38º81.36%46.27%-
XYZ8.124.572.37-
YUV52.64120.3174.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.92%
GREEN value IS 22 (8.98% from 255) = 12.29%
BLUE value IS 39 (15.62% from 255) = 21.79%
R=65.92%
G=12.29%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118223900.810.670.54349.3868.5727.45
Hex761627051433615d451b
Octal166264701211036653510533
Binary111011010110100111010100011000011110110101011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761627; }

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

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

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

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

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

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

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

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