#712327

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

Shades of Red Berry #712327

Tints of Red Berry #712327

Color information

#712327 (or 0x712327) is unknown color: approx Red Berry. HEX triplet: 71, 23 and 27. RGB value is (113,35,39). Sum of RGB (Red+Green+Blue) = 113+35+39=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #712327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712327 is #8EDCD8. Grayscale: #3A3A3A. Windows color (decimal): -9362649 or 2564977. OLE color: 2564977.

HSL color Cylindrical-coordinate representation of color #712327: hue angle of 356.92º 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 #712327 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1133539-
CMYK00.690.650.56
HSL356.92º52.7%29.02%-
HSV(B)356.92º69.03%44.31%-
XYZ7.784.862.45-
YUV58.78116.84166.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 39 (15.62% from 255) = 20.86%
R=60.43%
G=18.72%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113353900.690.650.56356.9252.729.02
Hex7123270454138165351d
Octal16143470105101705456535
Binary111000110001110011101000101100000111100010110010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712327; }

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

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

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

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

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

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

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

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