#762028

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

Shades of Red Berry #762028

Tints of Red Berry #762028

Color information

#762028 (or 0x762028) is unknown color: approx Red Berry. HEX triplet: 76, 20 and 28. RGB value is (118,32,40). Sum of RGB (Red+Green+Blue) = 118+32+40=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #762028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762028 is #89DFD7. Grayscale: #3A3A3A. Windows color (decimal): -9035736 or 2629750. OLE color: 2629750.

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

Color convert

RGB1183240-
CMYK00.730.660.54
HSL354.42º57.33%29.41%-
HSV(B)354.42º72.88%46.27%-
XYZ8.375.042.54-
YUV58.63117.49170.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=62.11%
G=16.84%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118324000.730.660.54354.4257.3329.41
Hex7620280494236162391d
Octal16640500111102665427135
Binary111011010000010100001001001100001011011010110001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762028; }

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

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

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

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

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

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

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

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