#762027

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

Shades of Red Berry #762027

Tints of Red Berry #762027

Color information

#762027 (or 0x762027) is unknown color: approx Red Berry. HEX triplet: 76, 20 and 27. RGB value is (118,32,39). Sum of RGB (Red+Green+Blue) = 118+32+39=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #762027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762027 is #89DFD8. Grayscale: #3A3A3A. Windows color (decimal): -9035737 or 2564214. OLE color: 2564214.

HSL color Cylindrical-coordinate representation of color #762027: hue angle of 355.12º 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 #762027 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1183239-
CMYK00.730.670.54
HSL355.12º57.33%29.41%-
HSV(B)355.12º72.88%46.27%-
XYZ8.355.032.45-
YUV58.51116.99170.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.43%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 39 (15.62% from 255) = 20.63%
R=62.43%
G=16.93%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118323900.730.670.54355.1257.3329.41
Hex7620270494336163391d
Octal16640470111103665437135
Binary111011010000010011101001001100001111011010110001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762027; }

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

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

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

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

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

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

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

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