#712125

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

Shades of Red Berry #712125

Tints of Red Berry #712125

Color information

#712125 (or 0x712125) is unknown color: approx Red Berry. HEX triplet: 71, 21 and 25. RGB value is (113,33,37). Sum of RGB (Red+Green+Blue) = 113+33+37=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #712125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712125 is #8EDEDA. Grayscale: #393939. Windows color (decimal): -9363163 or 2433393. OLE color: 2433393.

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

Color convert

RGB1133337-
CMYK00.710.670.56
HSL357º54.79%28.63%-
HSV(B)357º70.8%44.31%-
XYZ7.694.732.26-
YUV57.38116.5167.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.75%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 37 (14.84% from 255) = 20.22%
R=61.75%
G=18.03%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113333700.710.670.5635754.7928.63
Hex7121250474338165371d
Octal16141450107103705456735
Binary111000110000110010101000111100001111100010110010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712125; }

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

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

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

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

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

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

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

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