#762127

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

Shades of Red Berry #762127

Tints of Red Berry #762127

Color information

#762127 (or 0x762127) is unknown color: approx Red Berry. HEX triplet: 76, 21 and 27. RGB value is (118,33,39). Sum of RGB (Red+Green+Blue) = 118+33+39=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #762127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762127 is #89DED8. Grayscale: #3B3B3B. Windows color (decimal): -9035481 or 2564470. OLE color: 2564470.

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

Color convert

RGB1183339-
CMYK00.720.670.54
HSL355.76º56.29%29.61%-
HSV(B)355.76º72.03%46.27%-
XYZ8.385.092.46-
YUV59.1116.66170.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 39 (15.62% from 255) = 20.53%
R=62.11%
G=17.37%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118333900.720.670.54355.7656.2929.61
Hex7621270484336164381e
Octal16641470110103665447036
Binary111011010000110011101001000100001111011010110010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762127; }

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

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

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

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

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

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

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

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