#761A1B

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

Shades of Red Berry #761A1B

Tints of Red Berry #761A1B

Color information

#761A1B (or 0x761A1B) is unknown color: approx Red Berry. HEX triplet: 76, 1A and 1B. RGB value is (118,26,27). Sum of RGB (Red+Green+Blue) = 118+26+27=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #761A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A1B is #89E5E4. Grayscale: #353535. Windows color (decimal): -9037285 or 1776246. OLE color: 1776246.

HSL color Cylindrical-coordinate representation of color #761A1B: hue angle of 359.35º 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 #761A1B is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1182627-
CMYK00.780.770.54
HSL359.35º63.89%28.24%-
HSV(B)359.35º77.97%46.27%-
XYZ8.044.671.51-
YUV53.62112.98173.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.01%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=69.01%
G=15.20%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118262700.780.770.54359.3563.8928.24
Hex761A1B04E4D36167401c
Octal166323301161156654710034
Binary11101101101011011010011101001101110110101100111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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