#71414C

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

Shades of Camelot #71414C

Tints of Camelot #71414C

Color information

#71414C (or 0x71414C) is unknown color: approx Camelot. HEX triplet: 71, 41 and 4C. RGB value is (113,65,76). Sum of RGB (Red+Green+Blue) = 113+65+76=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #71414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71414C is #8EBEB3. Grayscale: #505050. Windows color (decimal): -9354932 or 4997489. OLE color: 4997489.

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

Color convert

RGB1136576-
CMYK00.420.330.56
HSL346.25º26.97%34.9%-
HSV(B)346.25º42.48%44.31%-
XYZ107.817.82-
YUV80.61125.4151.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.49%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=44.49%
G=25.59%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113657600.420.330.56346.2526.9734.9
Hex71414C02A213815a1b23
Octal16110111405241705323343
Binary111000110000011001100010101010000111100010101101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71414C; }

 p { color: rgb(113,65,76); }

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

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

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

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

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

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

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