#760F1A

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

Shades of Red Berry #760F1A

Tints of Red Berry #760F1A

Color information

#760F1A (or 0x760F1A) is unknown color: approx Red Berry. HEX triplet: 76, 0F and 1A. RGB value is (118,15,26). Sum of RGB (Red+Green+Blue) = 118+15+26=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #760F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F1A is #89F0E5. Grayscale: #2F2F2F. Windows color (decimal): -9040102 or 1707894. OLE color: 1707894.

HSL color Cylindrical-coordinate representation of color #760F1A: hue angle of 353.59º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F1A is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1181526-
CMYK00.870.780.54
HSL353.59º77.44%26.08%-
HSV(B)353.59º87.29%46.27%-
XYZ7.834.271.39-
YUV47.05116.12178.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 74.21%
GREEN value IS 15 (6.25% from 255) = 9.43%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=74.21%
G=9.43%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118152600.870.780.54353.5977.4426.08
Hex76F1A0574E361624d1a
Octal166173201271166654211532
Binary1110110111111010010101111001110110110101100010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760F1A; }

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

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

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

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

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

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

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

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