Html Css Color HEX #90364A Camelot

📋 copy color: '#90364A'

red 144 ◦ green 54 ◦ blue 74

#90364A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #90364A

Tints of Camelot #90364A

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.3% from 255) = 27.21%

R = 52.94%
G = 19.85%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#90364A (or 0x90364A) is known color: 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

RGB 144 54 74 -
CMYK 0 0.63 0.49 0.44
HSL 346.67º 0.45% 0.39% -
HSV(B) 346.67º 0.63% 0.56% -
XYZ 14.06 9.06 7.49 -
YUV 83.19 122.82 171.37 -
System Red Green Blue C M Y K H S L
Decimal 144 54 74 0 0.63 0.49 0.44 346.67 0.45 0.39
Hex 90 36 4A 0 3F 31 2C 15B 2D 27
Octal 220 66 112 0 77 61 54 533 55 47
Binary 10010000 110110 1001010 0 111111 110001 101100 101011011 101101 100111

Color Harmonies of #90364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90364A

Black with #90364A

Text Example


Text Example

White with #90364A

Text Example


Text Example

HTML Codes & Css Web 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>