#731426

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

Shades of Red Berry #731426

Tints of Red Berry #731426

Color information

#731426 (or 0x731426) is unknown color: approx Red Berry. HEX triplet: 73, 14 and 26. RGB value is (115,20,38). Sum of RGB (Red+Green+Blue) = 115+20+38=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #731426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731426 is #8CEBD9. Grayscale: #323232. Windows color (decimal): -9235418 or 2495603. OLE color: 2495603.

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

Color convert

RGB1152038-
CMYK00.830.670.55
HSL348.63º70.37%26.47%-
HSV(B)348.63º82.61%45.1%-
XYZ7.674.292.26-
YUV50.46120.97174.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.47%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 38 (15.23% from 255) = 21.97%
R=66.47%
G=11.56%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115203800.830.670.55348.6370.3726.47
Hex731426053433715d461a
Octal163244601231036753510632
Binary111001110100100110010100111000011110111101011101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731426; }

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

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

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

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

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

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

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

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