#712429

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

Shades of Red Berry #712429

Tints of Red Berry #712429

Color information

#712429 (or 0x712429) is unknown color: approx Red Berry. HEX triplet: 71, 24 and 29. RGB value is (113,36,41). Sum of RGB (Red+Green+Blue) = 113+36+41=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #712429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712429 is #8EDBD6. Grayscale: #3B3B3B. Windows color (decimal): -9362391 or 2696305. OLE color: 2696305.

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

Color convert

RGB1133641-
CMYK00.680.640.56
HSL356.1º51.68%29.22%-
HSV(B)356.1º68.14%44.31%-
XYZ7.844.932.64-
YUV59.59117.51166.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.47%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=59.47%
G=18.95%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113364100.680.640.56356.151.6829.22
Hex7124290444038164341d
Octal16144510104100705446435
Binary111000110010010100101000100100000011100010110010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712429; }

 p { color: rgb(113,36,41); }

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

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

 a { background-color: rgb(113,36,41); }

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

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

 span { border-color: rgb(113,36,41); }

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