#71454E

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

Shades of Camelot #71454E

Tints of Camelot #71454E

Color information

#71454E (or 0x71454E) is unknown color: approx Camelot. HEX triplet: 71, 45 and 4E. RGB value is (113,69,78). Sum of RGB (Red+Green+Blue) = 113+69+78=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71454E is #8EBAB1. Grayscale: #535353. Windows color (decimal): -9353906 or 5129585. OLE color: 5129585.

HSL color Cylindrical-coordinate representation of color #71454E: hue angle of 347.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71454E is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1136978-
CMYK00.390.310.56
HSL347.73º24.18%35.69%-
HSV(B)347.73º38.94%44.31%-
XYZ10.318.328.27-
YUV83.18125.08149.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 78 (30.86% from 255) = 30%
R=43.46%
G=26.54%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113697800.390.310.56347.7324.1835.69
Hex71454E0271F3815c1824
Octal16110511604737705343044
Binary11100011000101100111001001111111111100010101110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71454E; }

 p { color: rgb(113,69,78); }

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

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

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

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

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

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

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