#731826

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

Shades of Red Berry #731826

Tints of Red Berry #731826

Color information

#731826 (or 0x731826) is unknown color: approx Red Berry. HEX triplet: 73, 18 and 26. RGB value is (115,24,38). Sum of RGB (Red+Green+Blue) = 115+24+38=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #731826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731826 is #8CE7D9. Grayscale: #343434. Windows color (decimal): -9234394 or 2496627. OLE color: 2496627.

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

Color convert

RGB1152438-
CMYK00.790.670.55
HSL350.77º65.47%27.25%-
HSV(B)350.77º79.13%45.1%-
XYZ7.754.442.28-
YUV52.8119.65172.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.97%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 38 (15.23% from 255) = 21.47%
R=64.97%
G=13.56%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115243800.790.670.55350.7765.4727.25
Hex73182604F433715f411b
Octal163304601171036753710133
Binary111001111000100110010011111000011110111101011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731826; }

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

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

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

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

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

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

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

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