#90364A

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

Shades of Camelot #90364A

Tints of Camelot #90364A

Color information

#90364A (or 0x90364A) is unknown color: approx Camelot. HEX triplet: 90, 36 and 4A. RGB value is (144,54,74). Sum of RGB (Red+Green+Blue) = 144+54+74=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90364A is #6FC9B5. Grayscale: #535353. Windows color (decimal): -7326134 or 4863632. OLE color: 4863632.

HSL color Cylindrical-coordinate representation of color #90364A: hue angle of 346.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90364A is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1445474-
CMYK00.630.490.44
HSL346.67º45.45%38.82%-
HSV(B)346.67º62.5%56.47%-
XYZ14.069.067.49-
YUV83.19122.82171.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.94%
GREEN value IS 54 (21.48% from 255) = 19.85%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=52.94%
G=19.85%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144547400.630.490.44346.6745.4538.82
Hex90364A03F312C15b2d27
Octal2206611207761545335547
Binary1001000011011010010100111111110001101100101011011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90364A; }

 p { color: rgb(144,54,74); }

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

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

 a { background-color: rgb(144,54,74); }

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

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

 span { border-color: rgb(144,54,74); }

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