#73171D

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

Shades of Red Berry #73171D

Tints of Red Berry #73171D

Color information

#73171D (or 0x73171D) is unknown color: approx Red Berry. HEX triplet: 73, 17 and 1D. RGB value is (115,23,29). Sum of RGB (Red+Green+Blue) = 115+23+29=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #73171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73171D is #8CE8E2. Grayscale: #333333. Windows color (decimal): -9234659 or 1906547. OLE color: 1906547.

HSL color Cylindrical-coordinate representation of color #73171D: hue angle of 356.09º 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 #73171D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1152329-
CMYK00.800.750.55
HSL356.09º66.67%27.06%-
HSV(B)356.09º80%45.1%-
XYZ7.64.351.6-
YUV51.19115.48173.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=68.86%
G=13.77%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115232900.800.750.55356.0966.6727.06
Hex73171D0504B37164431b
Octal163273501201136754410333
Binary11100111011111101010100001001011110111101100100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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