#721F28

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

Shades of Red Berry #721F28

Tints of Red Berry #721F28

Color information

#721F28 (or 0x721F28) is unknown color: approx Red Berry. HEX triplet: 72, 1F and 28. RGB value is (114,31,40). Sum of RGB (Red+Green+Blue) = 114+31+40=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #721F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F28 is #8DE0D7. Grayscale: #383838. Windows color (decimal): -9298136 or 2629490. OLE color: 2629490.

HSL color Cylindrical-coordinate representation of color #721F28: hue angle of 353.49º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #721F28 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1143140-
CMYK00.730.650.55
HSL353.49º57.24%28.43%-
HSV(B)353.49º72.81%44.71%-
XYZ7.814.712.5-
YUV56.84118.5168.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 31 (12.5% from 255) = 16.76%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=61.62%
G=16.76%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114314000.730.650.55353.4957.2428.43
Hex721F280494137161391c
Octal16237500111101675417134
Binary11100101111110100001001001100000111011110110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721F28; }

 p { color: rgb(114,31,40); }

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

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

 a { background-color: rgb(114,31,40); }

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

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

 span { border-color: rgb(114,31,40); }

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