#731024

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

Shades of Red Berry #731024

Tints of Red Berry #731024

Color information

#731024 (or 0x731024) is unknown color: approx Red Berry. HEX triplet: 73, 10 and 24. RGB value is (115,16,36). Sum of RGB (Red+Green+Blue) = 115+16+36=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #731024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731024 is #8CEFDB. Grayscale: #2F2F2F. Windows color (decimal): -9236444 or 2363507. OLE color: 2363507.

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

Color convert

RGB1151636-
CMYK00.860.690.55
HSL347.88º75.57%25.69%-
HSV(B)347.88º86.09%45.1%-
XYZ7.574.142.07-
YUV47.88121.3175.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=68.86%
G=9.58%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115163600.860.690.55347.8875.5725.69
Hex731024056453715c4c1a
Octal163204401261056753411432
Binary111001110000100100010101101000101110111101011100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731024; }

 p { color: rgb(115,16,36); }

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

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

 a { background-color: rgb(115,16,36); }

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

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

 span { border-color: rgb(115,16,36); }

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