#731822

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

Shades of Red Berry #731822

Tints of Red Berry #731822

Color information

#731822 (or 0x731822) is unknown color: approx Red Berry. HEX triplet: 73, 18 and 22. RGB value is (115,24,34). Sum of RGB (Red+Green+Blue) = 115+24+34=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #731822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731822 is #8CE7DD. Grayscale: #343434. Windows color (decimal): -9234398 or 2234483. OLE color: 2234483.

HSL color Cylindrical-coordinate representation of color #731822: hue angle of 353.41º 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 #731822 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1152434-
CMYK00.790.700.55
HSL353.41º65.47%27.25%-
HSV(B)353.41º79.13%45.1%-
XYZ7.694.411.96-
YUV52.35117.65172.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.47%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 34 (13.67% from 255) = 19.65%
R=66.47%
G=13.87%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115243400.790.700.55353.4165.4727.25
Hex73182204F4637161411b
Octal163304201171066754110133
Binary111001111000100010010011111000110110111101100001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731822; }

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

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

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

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

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

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

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

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