#714343

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

Shades of Bole #714343

Tints of Bole #714343

Color information

#714343 (or 0x714343) is unknown color: approx Bole. HEX triplet: 71, 43 and 43. RGB value is (113,67,67). Sum of RGB (Red+Green+Blue) = 113+67+67=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #714343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714343 is #8EBCBC. Grayscale: #505050. Windows color (decimal): -9354429 or 4408177. OLE color: 4408177.

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

Color convert

RGB1136767-
CMYK00.410.410.56
HSL25.56%35.29%-
HSV(B)40.71%44.31%-
XYZ9.837.936.32-
YUV80.75120.24151-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 67 (26.56% from 255) = 27.13%
R=45.75%
G=27.13%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113676700.410.410.56025.5635.29
Hex714343029293801a23
Octal161103103051517003243
Binary1110001100001110000110101001101001111000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714343; }

 p { color: rgb(113,67,67); }

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

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

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

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

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

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

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