#71404B

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

Shades of Camelot #71404B

Tints of Camelot #71404B

Color information

#71404B (or 0x71404B) is unknown color: approx Camelot. HEX triplet: 71, 40 and 4B. RGB value is (113,64,75). Sum of RGB (Red+Green+Blue) = 113+64+75=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #71404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71404B is #8EBFB4. Grayscale: #4F4F4F. Windows color (decimal): -9355189 or 4931697. OLE color: 4931697.

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

Color convert

RGB1136475-
CMYK00.430.340.56
HSL346.53º27.68%34.71%-
HSV(B)346.53º43.36%44.31%-
XYZ9.917.697.62-
YUV79.9125.23151.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=44.84%
G=25.40%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113647500.430.340.56346.5327.6834.71
Hex71404B02B223815b1c23
Octal16110011305342705333443
Binary111000110000001001011010101110001011100010101101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71404B; }

 p { color: rgb(113,64,75); }

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

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

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

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

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

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

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