#771822

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

Shades of Red Berry #771822

Tints of Red Berry #771822

Color information

#771822 (or 0x771822) is unknown color: approx Red Berry. HEX triplet: 77, 18 and 22. RGB value is (119,24,34). Sum of RGB (Red+Green+Blue) = 119+24+34=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #771822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771822 is #88E7DD. Grayscale: #353535. Windows color (decimal): -8972254 or 2234487. OLE color: 2234487.

HSL color Cylindrical-coordinate representation of color #771822: hue angle of 353.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771822 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1192434-
CMYK00.800.710.53
HSL353.68º66.43%28.04%-
HSV(B)353.68º79.83%46.67%-
XYZ8.224.691.99-
YUV53.54116.97174.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.23%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 34 (13.67% from 255) = 19.21%
R=67.23%
G=13.56%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119243400.800.710.53353.6866.4328.04
Hex7718220504735162421c
Octal167304201201076554210234
Binary111011111000100010010100001000111110101101100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771822; }

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

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

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

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

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

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

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

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