#722125

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

Shades of Red Berry #722125

Tints of Red Berry #722125

Color information

#722125 (or 0x722125) is unknown color: approx Red Berry. HEX triplet: 72, 21 and 25. RGB value is (114,33,37). Sum of RGB (Red+Green+Blue) = 114+33+37=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #722125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722125 is #8DDEDA. Grayscale: #393939. Windows color (decimal): -9297627 or 2433394. OLE color: 2433394.

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

Color convert

RGB1143337-
CMYK00.710.680.55
HSL357.04º55.1%28.82%-
HSV(B)357.04º71.05%44.71%-
XYZ7.824.82.26-
YUV57.68116.34168.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.96%
GREEN value IS 33 (13.28% from 255) = 17.93%
BLUE value IS 37 (14.84% from 255) = 20.11%
R=61.96%
G=17.93%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114333700.710.680.55357.0455.128.82
Hex7221250474437165371d
Octal16241450107104675456735
Binary111001010000110010101000111100010011011110110010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722125; }

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

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

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

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

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

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

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

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