Html Css Color HEX #854259 Camelot

📋 copy color: '#854259'

red 133 ◦ green 66 ◦ blue 89

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

Shades of Camelot #854259

Tints of Camelot #854259

RGB

 RED value IS 133 (52.34% from 255) = 46.18%

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

 BLUE value IS 89 (35.16% from 255) = 30.9%

R = 46.18%
G = 22.92%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#854259 (or 0x854259) is known color: Camelot. HEX triplet: 85, 42 and 59. RGB value is (133,66,89). Sum of RGB (Red+Green+Blue) = 133+66+89=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #854259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854259 is #7ABDA6. Grayscale: #585858. Windows color (decimal): -8043943 or 5849733. OLE color: 5849733.

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

Color convert

RGB 133 66 89 -
CMYK 0 0.50 0.33 0.48
HSL 339.4º 0.34% 0.39% -
HSV(B) 339.4º 0.5% 0.52% -
XYZ 13.42 9.6 10.6 -
YUV 88.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 133 66 89 0 0.50 0.33 0.48 339.4 0.34 0.39
Hex 85 42 59 0 32 21 30 153 22 27
Octal 205 102 131 0 62 41 60 523 42 47
Binary 10000101 1000010 1011001 0 110010 100001 110000 101010011 100010 100111

Color Harmonies of #854259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854259

Black with #854259

Text Example


Text Example

White with #854259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854259; }

 p { color: rgb(133,66,89); }

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

background-color css

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

 a { background-color: rgb(133,66,89); }

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

border-color css

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

 span { border-color: rgb(133,66,89); }

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