#844152

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

Shades of Camelot #844152

Tints of Camelot #844152

Color information

#844152 (or 0x844152) is unknown color: approx Camelot. HEX triplet: 84, 41 and 52. RGB value is (132,65,82). Sum of RGB (Red+Green+Blue) = 132+65+82=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #844152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844152 is #7BBEAD. Grayscale: #565656. Windows color (decimal): -8109742 or 5390724. OLE color: 5390724.

HSL color Cylindrical-coordinate representation of color #844152: hue angle of 344.78º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844152 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1326582-
CMYK00.510.380.48
HSL344.78º34.01%38.63%-
HSV(B)344.78º50.76%51.76%-
XYZ12.939.39.1-
YUV86.97125.2160.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=47.31%
G=23.30%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132658200.510.380.48344.7834.0138.63
Hex84415203326301592227
Octal20410112206346605314247
Binary10000100100000110100100110011100110110000101011001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844152; }

 p { color: rgb(132,65,82); }

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

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

 a { background-color: rgb(132,65,82); }

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

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

 span { border-color: rgb(132,65,82); }

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