#722025

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

Shades of Red Berry #722025

Tints of Red Berry #722025

Color information

#722025 (or 0x722025) is unknown color: approx Red Berry. HEX triplet: 72, 20 and 25. RGB value is (114,32,37). Sum of RGB (Red+Green+Blue) = 114+32+37=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #722025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722025 is #8DDFDA. Grayscale: #393939. Windows color (decimal): -9297883 or 2433138. OLE color: 2433138.

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

Color convert

RGB1143237-
CMYK00.720.680.55
HSL356.34º56.16%28.63%-
HSV(B)356.34º71.93%44.71%-
XYZ7.794.742.26-
YUV57.09116.67168.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 37 (14.84% from 255) = 20.22%
R=62.30%
G=17.49%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114323700.720.680.55356.3456.1628.63
Hex7220250484437164381d
Octal16240450110104675447035
Binary111001010000010010101001000100010011011110110010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722025; }

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

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

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

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

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

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

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

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