#771317

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

Shades of Red Berry #771317

Tints of Red Berry #771317

Color information

#771317 (or 0x771317) is unknown color: approx Red Berry. HEX triplet: 77, 13 and 17. RGB value is (119,19,23). Sum of RGB (Red+Green+Blue) = 119+19+23=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #771317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771317 is #88ECE8. Grayscale: #313131. Windows color (decimal): -8973545 or 1512311. OLE color: 1512311.

HSL color Cylindrical-coordinate representation of color #771317: hue angle of 357.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771317 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB1191923-
CMYK00.840.810.53
HSL357.6º72.46%27.06%-
HSV(B)357.6º84.03%46.67%-
XYZ84.451.25-
YUV49.36113.13177.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.91%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 23 (9.38% from 255) = 14.29%
R=73.91%
G=11.80%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119192300.840.810.53357.672.4627.06
Hex7713170545135166481b
Octal167232701241216554611033
Binary11101111001110111010101001010001110101101100110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771317; }

 p { color: rgb(119,19,23); }

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

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

 a { background-color: rgb(119,19,23); }

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

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

 span { border-color: rgb(119,19,23); }

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