#762128

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

Shades of Red Berry #762128

Tints of Red Berry #762128

Color information

#762128 (or 0x762128) is unknown color: approx Red Berry. HEX triplet: 76, 21 and 28. RGB value is (118,33,40). Sum of RGB (Red+Green+Blue) = 118+33+40=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #762128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762128 is #89DED7. Grayscale: #3B3B3B. Windows color (decimal): -9035480 or 2630006. OLE color: 2630006.

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

Color convert

RGB1183340-
CMYK00.720.660.54
HSL355.06º56.29%29.61%-
HSV(B)355.06º72.03%46.27%-
XYZ8.45.092.55-
YUV59.21117.16169.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 40 (16.02% from 255) = 20.94%
R=61.78%
G=17.28%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118334000.720.660.54355.0656.2929.61
Hex7621280484236163381e
Octal16641500110102665437036
Binary111011010000110100001001000100001011011010110001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762128; }

 p { color: rgb(118,33,40); }

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

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

 a { background-color: rgb(118,33,40); }

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

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

 span { border-color: rgb(118,33,40); }

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