#721026

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

Shades of Red Berry #721026

Tints of Red Berry #721026

Color information

#721026 (or 0x721026) is unknown color: approx Red Berry. HEX triplet: 72, 10 and 26. RGB value is (114,16,38). Sum of RGB (Red+Green+Blue) = 114+16+38=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #721026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721026 is #8DEFD9. Grayscale: #2F2F2F. Windows color (decimal): -9301978 or 2494578. OLE color: 2494578.

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

Color convert

RGB1141638-
CMYK00.860.670.55
HSL346.53º75.38%25.49%-
HSV(B)346.53º85.96%44.71%-
XYZ7.474.092.23-
YUV47.81122.47175.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.86%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 38 (15.23% from 255) = 22.62%
R=67.86%
G=9.52%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114163800.860.670.55346.5375.3825.49
Hex721026056433715b4b19
Octal162204601261036753311331
Binary111001010000100110010101101000011110111101011011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721026; }

 p { color: rgb(114,16,38); }

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

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

 a { background-color: rgb(114,16,38); }

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

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

 span { border-color: rgb(114,16,38); }

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