#722325

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

Shades of Red Berry #722325

Tints of Red Berry #722325

Color information

#722325 (or 0x722325) is unknown color: approx Red Berry. HEX triplet: 72, 23 and 25. RGB value is (114,35,37). Sum of RGB (Red+Green+Blue) = 114+35+37=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #722325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722325 is #8DDCDA. Grayscale: #3A3A3A. Windows color (decimal): -9297115 or 2433906. OLE color: 2433906.

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

Color convert

RGB1143537-
CMYK00.690.680.55
HSL358.48º53.02%29.22%-
HSV(B)358.48º69.3%44.71%-
XYZ7.874.912.28-
YUV58.85115.67167.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 37 (14.84% from 255) = 19.89%
R=61.29%
G=18.82%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114353700.690.680.55358.4853.0229.22
Hex7223250454437166351d
Octal16243450105104675466535
Binary111001010001110010101000101100010011011110110011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722325; }

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

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

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

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

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

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

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

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