#712026

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

Shades of Red Berry #712026

Tints of Red Berry #712026

Color information

#712026 (or 0x712026) is unknown color: approx Red Berry. HEX triplet: 71, 20 and 26. RGB value is (113,32,38). Sum of RGB (Red+Green+Blue) = 113+32+38=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #712026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712026 is #8EDFD9. Grayscale: #383838. Windows color (decimal): -9363418 or 2498673. OLE color: 2498673.

HSL color Cylindrical-coordinate representation of color #712026: hue angle of 355.56º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712026 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1133238-
CMYK00.720.660.56
HSL355.56º55.86%28.43%-
HSV(B)355.56º71.68%44.31%-
XYZ7.684.682.33-
YUV56.9117.34168.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.75%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 38 (15.23% from 255) = 20.77%
R=61.75%
G=17.49%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113323800.720.660.56355.5655.8628.43
Hex7120260484238164381c
Octal16140460110102705447034
Binary111000110000010011001001000100001011100010110010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712026; }

 p { color: rgb(113,32,38); }

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

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

 a { background-color: rgb(113,32,38); }

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

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

 span { border-color: rgb(113,32,38); }

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