#73171A

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

Shades of Red Berry #73171A

Tints of Red Berry #73171A

Color information

#73171A (or 0x73171A) is unknown color: approx Red Berry. HEX triplet: 73, 17 and 1A. RGB value is (115,23,26). Sum of RGB (Red+Green+Blue) = 115+23+26=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #73171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73171A is #8CE8E5. Grayscale: #323232. Windows color (decimal): -9234662 or 1709939. OLE color: 1709939.

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

Color convert

RGB1152326-
CMYK00.800.770.55
HSL358.04º66.67%27.06%-
HSV(B)358.04º80%45.1%-
XYZ7.564.331.41-
YUV50.85113.98173.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.12%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 26 (10.55% from 255) = 15.85%
R=70.12%
G=14.02%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115232600.800.770.55358.0466.6727.06
Hex73171A0504D37166431b
Octal163273201201156754610333
Binary11100111011111010010100001001101110111101100110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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