#7D4251

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

Shades of Camelot #7D4251

Tints of Camelot #7D4251

Color information

#7D4251 (or 0x7D4251) is unknown color: approx Camelot. HEX triplet: 7D, 42 and 51. RGB value is (125,66,81). Sum of RGB (Red+Green+Blue) = 125+66+81=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4251 is #82BDAE. Grayscale: #555555. Windows color (decimal): -8568239 or 5325437. OLE color: 5325437.

HSL color Cylindrical-coordinate representation of color #7D4251: hue angle of 344.75º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D4251 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB1256681-
CMYK00.470.350.51
HSL344.75º30.89%37.45%-
HSV(B)344.75º47.2%49.02%-
XYZ11.898.858.87-
YUV85.35125.55156.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.96%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 81 (32.03% from 255) = 29.78%
R=45.96%
G=24.26%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125668100.470.350.51344.7530.8937.45
Hex7D425102F23331591f25
Octal17510212105743635313745
Binary111110110000101010001010111110001111001110101100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D4251; }

 p { color: rgb(125,66,81); }

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

<style>
 a { background-color: #7D4251; }

 a { background-color: rgb(125,66,81); }

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

<style>
 span { border-color: #7D4251; }

 span { border-color: rgb(125,66,81); }

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