#722128

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

Shades of Red Berry #722128

Tints of Red Berry #722128

Color information

#722128 (or 0x722128) is unknown color: approx Red Berry. HEX triplet: 72, 21 and 28. RGB value is (114,33,40). Sum of RGB (Red+Green+Blue) = 114+33+40=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #722128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722128 is #8DDED7. Grayscale: #3A3A3A. Windows color (decimal): -9297624 or 2630002. OLE color: 2630002.

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

Color convert

RGB1143340-
CMYK00.710.650.55
HSL354.81º55.1%28.82%-
HSV(B)354.81º71.05%44.71%-
XYZ7.874.822.52-
YUV58.02117.84167.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 40 (16.02% from 255) = 21.39%
R=60.96%
G=17.65%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114334000.710.650.55354.8155.128.82
Hex7221280474137163371d
Octal16241500107101675436735
Binary111001010000110100001000111100000111011110110001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722128; }

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

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

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

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

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

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

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

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