#71403D

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

Shades of Bole #71403D

Tints of Bole #71403D

Color information

#71403D (or 0x71403D) is unknown color: approx Bole. HEX triplet: 71, 40 and 3D. RGB value is (113,64,61). Sum of RGB (Red+Green+Blue) = 113+64+61=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #71403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71403D is #8EBFC2. Grayscale: #4E4E4E. Windows color (decimal): -9355203 or 4014193. OLE color: 4014193.

HSL color Cylindrical-coordinate representation of color #71403D: hue angle of 3.46º 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 #71403D is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1136461-
CMYK00.430.460.56
HSL3.46º29.89%34.12%-
HSV(B)3.46º46.02%44.31%-
XYZ9.497.515.37-
YUV78.31118.23152.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.48%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=47.48%
G=26.89%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113646100.430.460.563.4629.8934.12
Hex71403D02B2E3831e22
Octal16110075053567033642
Binary1110001100000011110101010111011101110001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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