#76102B

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

Shades of Red Berry #76102B

Tints of Red Berry #76102B

Color information

#76102B (or 0x76102B) is unknown color: approx Red Berry. HEX triplet: 76, 10 and 2B. RGB value is (118,16,43). Sum of RGB (Red+Green+Blue) = 118+16+43=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #76102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76102B is #89EFD4. Grayscale: #313131. Windows color (decimal): -9039829 or 2822262. OLE color: 2822262.

HSL color Cylindrical-coordinate representation of color #76102B: hue angle of 344.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76102B is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1181643-
CMYK00.860.640.54
HSL344.12º76.12%26.27%-
HSV(B)344.12º86.44%46.27%-
XYZ8.094.42.71-
YUV49.58124.29176.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.67%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 43 (17.19% from 255) = 24.29%
R=66.67%
G=9.04%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118164300.860.640.54344.1276.1226.27
Hex76102B05640361584c1a
Octal166205301261006653011432
Binary111011010000101011010101101000000110110101011000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76102B; }

 p { color: rgb(118,16,43); }

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

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

 a { background-color: rgb(118,16,43); }

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

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

 span { border-color: rgb(118,16,43); }

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