Html Css Color HEX #894256 Camelot

📋 copy color: '#894256'

red 137 ◦ green 66 ◦ blue 86

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

Shades of Camelot #894256

Tints of Camelot #894256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.84%

 BLUE value IS 86 (33.98% from 255) = 29.76%

R = 47.4%
G = 22.84%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#894256 (or 0x894256) is known color: Camelot. HEX triplet: 89, 42 and 56. RGB value is (137,66,86). Sum of RGB (Red+Green+Blue) = 137+66+86=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #894256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894256 is #76BDA9. Grayscale: #595959. Windows color (decimal): -7781802 or 5653129. OLE color: 5653129.

HSL color Cylindrical-coordinate representation of color #894256: hue angle of 343.1º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894256 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 66 86 -
CMYK 0 0.52 0.37 0.46
HSL 343.1º 0.35% 0.4% -
HSV(B) 343.1º 0.52% 0.54% -
XYZ 13.94 9.89 9.98 -
YUV 89.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 137 66 86 0 0.52 0.37 0.46 343.1 0.35 0.4
Hex 89 42 56 0 34 25 2E 157 23 28
Octal 211 102 126 0 64 45 56 527 43 50
Binary 10001001 1000010 1010110 0 110100 100101 101110 101010111 100011 101000

Color Harmonies of #894256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894256

Black with #894256

Text Example


Text Example

White with #894256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894256; }

 p { color: rgb(137,66,86); }

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

background-color css

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

 a { background-color: rgb(137,66,86); }

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

border-color css

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

 span { border-color: rgb(137,66,86); }

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