#771F2A

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

Shades of Red Berry #771F2A

Tints of Red Berry #771F2A

Color information

#771F2A (or 0x771F2A) is unknown color: approx Red Berry. HEX triplet: 77, 1F and 2A. RGB value is (119,31,42). Sum of RGB (Red+Green+Blue) = 119+31+42=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #771F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F2A is #88E0D5. Grayscale: #3A3A3A. Windows color (decimal): -8970454 or 2760567. OLE color: 2760567.

HSL color Cylindrical-coordinate representation of color #771F2A: hue angle of 352.5º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #771F2A is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1193142-
CMYK00.740.650.53
HSL352.5º58.67%29.41%-
HSV(B)352.5º73.95%46.67%-
XYZ8.525.072.72-
YUV58.57118.65171.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.98%
GREEN value IS 31 (12.5% from 255) = 16.15%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=61.98%
G=16.15%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119314200.740.650.53352.558.6729.41
Hex771F2A04A41351603b1d
Octal16737520112101655407335
Binary11101111111110101001001010100000111010110110000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771F2A; }

 p { color: rgb(119,31,42); }

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

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

 a { background-color: rgb(119,31,42); }

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

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

 span { border-color: rgb(119,31,42); }

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