#731821

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

Shades of Red Berry #731821

Tints of Red Berry #731821

Color information

#731821 (or 0x731821) is unknown color: approx Red Berry. HEX triplet: 73, 18 and 21. RGB value is (115,24,33). Sum of RGB (Red+Green+Blue) = 115+24+33=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #731821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731821 is #8CE7DE. Grayscale: #343434. Windows color (decimal): -9234399 or 2168947. OLE color: 2168947.

HSL color Cylindrical-coordinate representation of color #731821: hue angle of 354.07º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #731821 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB1152433-
CMYK00.790.710.55
HSL354.07º65.47%27.25%-
HSV(B)354.07º79.13%45.1%-
XYZ7.674.411.89-
YUV52.24117.15172.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.86%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 33 (13.28% from 255) = 19.19%
R=66.86%
G=13.95%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115243300.790.710.55354.0765.4727.25
Hex73182104F4737162411b
Octal163304101171076754210133
Binary111001111000100001010011111000111110111101100010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731821; }

 p { color: rgb(115,24,33); }

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

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

 a { background-color: rgb(115,24,33); }

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

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

 span { border-color: rgb(115,24,33); }

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