#731214

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

Shades of Red Berry #731214

Tints of Red Berry #731214

Color information

#731214 (or 0x731214) is unknown color: approx Red Berry. HEX triplet: 73, 12 and 14. RGB value is (115,18,20). Sum of RGB (Red+Green+Blue) = 115+18+20=153 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.16% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 115 - color contains mainly: red. Hex color #731214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731214 is #8CEDEB. Grayscale: #2F2F2F. Windows color (decimal): -9235948 or 1315443. OLE color: 1315443.

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

Color convert

RGB1151820-
CMYK00.840.830.55
HSL358.76º72.93%26.08%-
HSV(B)358.76º84.35%45.1%-
XYZ7.414.131.07-
YUV47.23112.64176.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 75.16%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=75.16%
G=11.76%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115182000.840.830.55358.7672.9326.08
Hex7312140545337167491a
Octal163222401241236754711132
Binary11100111001010100010101001010011110111101100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731214; }

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

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

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

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

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

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

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

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