#71434E

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

Shades of Camelot #71434E

Tints of Camelot #71434E

Color information

#71434E (or 0x71434E) is unknown color: approx Camelot. HEX triplet: 71, 43 and 4E. RGB value is (113,67,78). Sum of RGB (Red+Green+Blue) = 113+67+78=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71434E is #8EBCB1. Grayscale: #525252. Windows color (decimal): -9354418 or 5129073. OLE color: 5129073.

HSL color Cylindrical-coordinate representation of color #71434E: hue angle of 345.65º 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 #71434E is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1136778-
CMYK00.410.310.56
HSL345.65º25.56%35.29%-
HSV(B)345.65º40.71%44.31%-
XYZ10.198.088.23-
YUV82.01125.74150.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 78 (30.86% from 255) = 30.23%
R=43.80%
G=25.97%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113677800.410.310.56345.6525.5635.29
Hex71434E0291F3815a1a23
Octal16110311605137705323243
Binary11100011000011100111001010011111111100010101101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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