#732225

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

Shades of Red Berry #732225

Tints of Red Berry #732225

Color information

#732225 (or 0x732225) is unknown color: approx Red Berry. HEX triplet: 73, 22 and 25. RGB value is (115,34,37). Sum of RGB (Red+Green+Blue) = 115+34+37=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #732225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732225 is #8CDDDA. Grayscale: #3A3A3A. Windows color (decimal): -9231835 or 2433651. OLE color: 2433651.

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

Color convert

RGB1153437-
CMYK00.700.680.55
HSL357.78º54.36%29.22%-
HSV(B)357.78º70.43%45.1%-
XYZ7.984.922.28-
YUV58.56115.84168.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.83%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 37 (14.84% from 255) = 19.89%
R=61.83%
G=18.28%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115343700.700.680.55357.7854.3629.22
Hex7322250464437166361d
Octal16342450106104675466635
Binary111001110001010010101000110100010011011110110011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732225; }

 p { color: rgb(115,34,37); }

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

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

 a { background-color: rgb(115,34,37); }

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

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

 span { border-color: rgb(115,34,37); }

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