#761925

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

Shades of Red Berry #761925

Tints of Red Berry #761925

Color information

#761925 (or 0x761925) is unknown color: approx Red Berry. HEX triplet: 76, 19 and 25. RGB value is (118,25,37). Sum of RGB (Red+Green+Blue) = 118+25+37=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #761925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761925 is #89E6DA. Grayscale: #363636. Windows color (decimal): -9037531 or 2431350. OLE color: 2431350.

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

Color convert

RGB1182537-
CMYK00.790.690.54
HSL352.26º65.03%28.04%-
HSV(B)352.26º78.81%46.27%-
XYZ8.154.682.22-
YUV54.18118.31173.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.56%
GREEN value IS 25 (10.16% from 255) = 13.89%
BLUE value IS 37 (14.84% from 255) = 20.56%
R=65.56%
G=13.89%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118253700.790.690.54352.2665.0328.04
Hex76192504F4536160411c
Octal166314501171056654010134
Binary111011011001100101010011111000101110110101100000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761925; }

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

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

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

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

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

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

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

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