Html Css Color HEX #90374A Camelot

📋 copy color: '#90374A'

red 144 ◦ green 55 ◦ blue 74

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

Shades of Camelot #90374A

Tints of Camelot #90374A

RGB

 RED value IS 144 (56.64% from 255) = 52.75%

 GREEN value IS 55 (21.88% from 255) = 20.15%

 BLUE value IS 74 (29.3% from 255) = 27.11%

R = 52.75%
G = 20.15%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#90374A (or 0x90374A) is known color: Camelot. HEX triplet: 90, 37 and 4A. RGB value is (144,55,74). Sum of RGB (Red+Green+Blue) = 144+55+74=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90374A is #6FC8B5. Grayscale: #535353. Windows color (decimal): -7325878 or 4863888. OLE color: 4863888.

HSL color Cylindrical-coordinate representation of color #90374A: hue angle of 347.19º 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 #90374A is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 55 74 -
CMYK 0 0.62 0.49 0.44
HSL 347.19º 0.45% 0.39% -
HSV(B) 347.19º 0.62% 0.56% -
XYZ 14.1 9.16 7.5 -
YUV 83.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 144 55 74 0 0.62 0.49 0.44 347.19 0.45 0.39
Hex 90 37 4A 0 3E 31 2C 15B 2D 27
Octal 220 67 112 0 76 61 54 533 55 47
Binary 10010000 110111 1001010 0 111110 110001 101100 101011011 101101 100111

Color Harmonies of #90374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90374A

Black with #90374A

Text Example


Text Example

White with #90374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90374A;
 }
 .AnyTagClassName
 {
   color: #90374A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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