#761623

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

Shades of Red Berry #761623

Tints of Red Berry #761623

Color information

#761623 (or 0x761623) is unknown color: approx Red Berry. HEX triplet: 76, 16 and 23. RGB value is (118,22,35). Sum of RGB (Red+Green+Blue) = 118+22+35=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #761623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761623 is #89E9DC. Grayscale: #343434. Windows color (decimal): -9038301 or 2299510. OLE color: 2299510.

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

Color convert

RGB1182235-
CMYK00.810.700.54
HSL351.88º68.57%27.45%-
HSV(B)351.88º81.36%46.27%-
XYZ8.064.552.04-
YUV52.19118.3174.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.43%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 35 (14.06% from 255) = 20%
R=67.43%
G=12.57%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118223500.810.700.54351.8868.5727.45
Hex7616230514636160451b
Octal166264301211066654010533
Binary111011010110100011010100011000110110110101100000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761623; }

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

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

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

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

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

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

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

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