#762425

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

Shades of Red Berry #762425

Tints of Red Berry #762425

Color information

#762425 (or 0x762425) is unknown color: approx Red Berry. HEX triplet: 76, 24 and 25. RGB value is (118,36,37). Sum of RGB (Red+Green+Blue) = 118+36+37=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #762425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762425 is #89DBDA. Grayscale: #3C3C3C. Windows color (decimal): -9034715 or 2434166. OLE color: 2434166.

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

Color convert

RGB1183637-
CMYK00.690.690.54
HSL359.27º53.25%30.2%-
HSV(B)359.27º69.49%46.27%-
XYZ8.445.252.32-
YUV60.63114.67168.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 37 (14.84% from 255) = 19.37%
R=61.78%
G=18.85%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118363700.690.690.54359.2753.2530.2
Hex7624250454536167351e
Octal16644450105105665476536
Binary111011010010010010101000101100010111011010110011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762425; }

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

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

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

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

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

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

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

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