#772224

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

Shades of Red Berry #772224

Tints of Red Berry #772224

Color information

#772224 (or 0x772224) is unknown color: approx Red Berry. HEX triplet: 77, 22 and 24. RGB value is (119,34,36). Sum of RGB (Red+Green+Blue) = 119+34+36=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #772224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772224 is #88DDDB. Grayscale: #3B3B3B. Windows color (decimal): -8969692 or 2368119. OLE color: 2368119.

HSL color Cylindrical-coordinate representation of color #772224: hue angle of 358.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772224 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1193436-
CMYK00.710.700.53
HSL358.59º55.56%30%-
HSV(B)358.59º71.43%46.67%-
XYZ8.55.192.22-
YUV59.64114.66170.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 36 (14.45% from 255) = 19.05%
R=62.96%
G=17.99%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119343600.710.700.53358.5955.5630
Hex7722240474635167381e
Octal16742440107106655477036
Binary111011110001010010001000111100011011010110110011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772224; }

 p { color: rgb(119,34,36); }

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

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

 a { background-color: rgb(119,34,36); }

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

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

 span { border-color: rgb(119,34,36); }

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