Html Css Color HEX #894454 Camelot

📋 copy color: '#894454'

red 137 ◦ green 68 ◦ blue 84

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

Shades of Camelot #894454

Tints of Camelot #894454

RGB

 RED value IS 137 (53.91% from 255) = 47.4%

 GREEN value IS 68 (26.95% from 255) = 23.53%

 BLUE value IS 84 (33.2% from 255) = 29.07%

R = 47.4%
G = 23.53%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#894454 (or 0x894454) is known color: Camelot. HEX triplet: 89, 44 and 54. RGB value is (137,68,84). Sum of RGB (Red+Green+Blue) = 137+68+84=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #894454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894454 is #76BBAB. Grayscale: #5A5A5A. Windows color (decimal): -7781292 or 5522569. OLE color: 5522569.

HSL color Cylindrical-coordinate representation of color #894454: hue angle of 346.09º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894454 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 68 84 -
CMYK 0 0.50 0.39 0.46
HSL 346.09º 0.34% 0.4% -
HSV(B) 346.09º 0.5% 0.54% -
XYZ 13.98 10.09 9.6 -
YUV 90.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 137 68 84 0 0.50 0.39 0.46 346.09 0.34 0.4
Hex 89 44 54 0 32 27 2E 15A 22 28
Octal 211 104 124 0 62 47 56 532 42 50
Binary 10001001 1000100 1010100 0 110010 100111 101110 101011010 100010 101000

Color Harmonies of #894454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894454

Black with #894454

Text Example


Text Example

White with #894454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894454; }

 p { color: rgb(137,68,84); }

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

background-color css

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

 a { background-color: rgb(137,68,84); }

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

border-color css

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

 span { border-color: rgb(137,68,84); }

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