#71424D

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

Shades of Camelot #71424D

Tints of Camelot #71424D

Color information

#71424D (or 0x71424D) is unknown color: approx Camelot. HEX triplet: 71, 42 and 4D. RGB value is (113,66,77). Sum of RGB (Red+Green+Blue) = 113+66+77=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71424D is #8EBDB2. Grayscale: #515151. Windows color (decimal): -9354675 or 5063281. OLE color: 5063281.

HSL color Cylindrical-coordinate representation of color #71424D: hue angle of 345.96º degrees, saturation: 0.26, 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 #71424D is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1136677-
CMYK00.420.320.56
HSL345.96º26.26%35.1%-
HSV(B)345.96º41.59%44.31%-
XYZ10.17.948.02-
YUV81.31125.57150.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=44.14%
G=25.78%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113667700.420.320.56345.9626.2635.1
Hex71424D02A203815a1a23
Octal16110211505240705323243
Binary111000110000101001101010101010000011100010101101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,66,77); }

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

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

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

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

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

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

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