#712325

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

Shades of Red Berry #712325

Tints of Red Berry #712325

Color information

#712325 (or 0x712325) is unknown color: approx Red Berry. HEX triplet: 71, 23 and 25. RGB value is (113,35,37). Sum of RGB (Red+Green+Blue) = 113+35+37=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #712325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712325 is #8EDCDA. Grayscale: #3A3A3A. Windows color (decimal): -9362651 or 2433905. OLE color: 2433905.

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

Color convert

RGB1133537-
CMYK00.690.670.56
HSL358.46º52.7%29.02%-
HSV(B)358.46º69.03%44.31%-
XYZ7.754.852.28-
YUV58.55115.84166.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.08%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 37 (14.84% from 255) = 20%
R=61.08%
G=18.92%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113353700.690.670.56358.4652.729.02
Hex7123250454338166351d
Octal16143450105103705466535
Binary111000110001110010101000101100001111100010110011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712325; }

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

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

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

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

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

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

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

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