#73171F

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

Shades of Red Berry #73171F

Tints of Red Berry #73171F

Color information

#73171F (or 0x73171F) is unknown color: approx Red Berry. HEX triplet: 73, 17 and 1F. RGB value is (115,23,31). Sum of RGB (Red+Green+Blue) = 115+23+31=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #73171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73171F is #8CE8E0. Grayscale: #333333. Windows color (decimal): -9234657 or 2037619. OLE color: 2037619.

HSL color Cylindrical-coordinate representation of color #73171F: hue angle of 354.78º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73171F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1152331-
CMYK00.800.730.55
HSL354.78º66.67%27.06%-
HSV(B)354.78º80%45.1%-
XYZ7.624.361.74-
YUV51.42116.48173.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.05%
GREEN value IS 23 (9.38% from 255) = 13.61%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=68.05%
G=13.61%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115233100.800.730.55354.7866.6727.06
Hex73171F0504937163431b
Octal163273701201116754310333
Binary11100111011111111010100001001001110111101100011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73171F; }

 p { color: rgb(115,23,31); }

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

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

 a { background-color: rgb(115,23,31); }

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

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

 span { border-color: rgb(115,23,31); }

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