#731228

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

Shades of Red Berry #731228

Tints of Red Berry #731228

Color information

#731228 (or 0x731228) is unknown color: approx Red Berry. HEX triplet: 73, 12 and 28. RGB value is (115,18,40). Sum of RGB (Red+Green+Blue) = 115+18+40=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #731228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731228 is #8CEDD7. Grayscale: #313131. Windows color (decimal): -9235928 or 2626163. OLE color: 2626163.

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

Color convert

RGB1151840-
CMYK00.840.650.55
HSL346.39º72.93%26.08%-
HSV(B)346.39º84.35%45.1%-
XYZ7.674.232.42-
YUV49.51122.64174.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.47%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=66.47%
G=10.40%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115184000.840.650.55346.3972.9326.08
Hex731228054413715a491a
Octal163225001241016753211132
Binary111001110010101000010101001000001110111101011010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731228; }

 p { color: rgb(115,18,40); }

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

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

 a { background-color: rgb(115,18,40); }

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

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

 span { border-color: rgb(115,18,40); }

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