#71443D

Color #71443D Bole (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bole #71443D

Tints of Bole #71443D

Color information

#71443D (or 0x71443D) is unknown color: approx Bole. HEX triplet: 71, 44 and 3D. RGB value is (113,68,61). Sum of RGB (Red+Green+Blue) = 113+68+61=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71443D is #8EBBC2. Grayscale: #505050. Windows color (decimal): -9354179 or 4015217. OLE color: 4015217.

HSL color Cylindrical-coordinate representation of color #71443D: hue angle of 8.08º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71443D is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1136861-
CMYK00.400.460.56
HSL8.08º29.89%34.12%-
HSV(B)8.08º46.02%44.31%-
XYZ9.727.985.44-
YUV80.66116.91151.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 61 (24.22% from 255) = 25.21%
R=46.69%
G=28.10%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113686100.400.460.568.0829.8934.12
Hex71443D0282E3881e22
Octal161104750505670103642
Binary111000110001001111010101000101110111000100011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71443D; }

 p { color: rgb(113,68,61); }

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

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

 a { background-color: rgb(113,68,61); }

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

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

 span { border-color: rgb(113,68,61); }

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