#731012

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

Shades of Red Berry #731012

Tints of Red Berry #731012

Color information

#731012 (or 0x731012) is unknown color: approx Red Berry. HEX triplet: 73, 10 and 12. RGB value is (115,16,18). Sum of RGB (Red+Green+Blue) = 115+16+18=149 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.18% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 115 - color contains mainly: red. Hex color #731012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731012 is #8CEFED. Grayscale: #2D2D2D. Windows color (decimal): -9236462 or 1183859. OLE color: 1183859.

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

Color convert

RGB1151618-
CMYK00.860.840.55
HSL358.79º75.57%25.69%-
HSV(B)358.79º86.09%45.1%-
XYZ7.364.060.97-
YUV45.83112.3177.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 77.18%
GREEN value IS 16 (6.64% from 255) = 10.74%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=77.18%
G=10.74%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115161800.860.840.55358.7975.5725.69
Hex73101205654371674c1a
Octal163202201261246754711432
Binary11100111000010010010101101010100110111101100111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731012; }

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

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

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

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

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

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

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

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