#722129

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

Shades of Red Berry #722129

Tints of Red Berry #722129

Color information

#722129 (or 0x722129) is unknown color: approx Red Berry. HEX triplet: 72, 21 and 29. RGB value is (114,33,41). Sum of RGB (Red+Green+Blue) = 114+33+41=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #722129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722129 is #8DDED6. Grayscale: #3A3A3A. Windows color (decimal): -9297623 or 2695538. OLE color: 2695538.

HSL color Cylindrical-coordinate representation of color #722129: hue angle of 354.07º 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 #722129 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1143341-
CMYK00.710.640.55
HSL354.07º55.1%28.82%-
HSV(B)354.07º71.05%44.71%-
XYZ7.884.832.61-
YUV58.13118.34167.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.64%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=60.64%
G=17.55%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114334100.710.640.55354.0755.128.82
Hex7221290474037162371d
Octal16241510107100675426735
Binary111001010000110100101000111100000011011110110001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722129; }

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

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

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

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

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

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

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

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