#761A25

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

Shades of Red Berry #761A25

Tints of Red Berry #761A25

Color information

#761A25 (or 0x761A25) is unknown color: approx Red Berry. HEX triplet: 76, 1A and 25. RGB value is (118,26,37). Sum of RGB (Red+Green+Blue) = 118+26+37=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #761A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A25 is #89E5DA. Grayscale: #363636. Windows color (decimal): -9037275 or 2431606. OLE color: 2431606.

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

Color convert

RGB1182637-
CMYK00.780.690.54
HSL352.83º63.89%28.24%-
HSV(B)352.83º77.97%46.27%-
XYZ8.174.722.23-
YUV54.76117.98173.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 26 (10.55% from 255) = 14.36%
BLUE value IS 37 (14.84% from 255) = 20.44%
R=65.19%
G=14.36%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118263700.780.690.54352.8363.8928.24
Hex761A2504E4536161401c
Octal166324501161056654110034
Binary111011011010100101010011101000101110110101100001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761A25; }

 p { color: rgb(118,26,37); }

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

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

 a { background-color: rgb(118,26,37); }

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

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

 span { border-color: rgb(118,26,37); }

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