#842F45

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

Shades of Camelot #842F45

Tints of Camelot #842F45

Color information

#842F45 (or 0x842F45) is unknown color: approx Camelot. HEX triplet: 84, 2F and 45. RGB value is (132,47,69). Sum of RGB (Red+Green+Blue) = 132+47+69=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #842F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F45 is #7BD0BA. Grayscale: #4A4A4A. Windows color (decimal): -8114363 or 4534148. OLE color: 4534148.

HSL color Cylindrical-coordinate representation of color #842F45: hue angle of 344.47º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #842F45 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB1324769-
CMYK00.640.480.48
HSL344.47º47.49%35.1%-
HSV(B)344.47º64.39%51.76%-
XYZ11.617.376.44-
YUV74.92124.66168.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 47 (18.75% from 255) = 18.95%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=53.23%
G=18.95%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132476900.640.480.48344.4747.4935.1
Hex842F4504030301582f23
Octal20457105010060605305743
Binary10000100101111100010101000000110000110000101011000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842F45; }

 p { color: rgb(132,47,69); }

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

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

 a { background-color: rgb(132,47,69); }

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

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

 span { border-color: rgb(132,47,69); }

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