Html Css Color HEX #854050 Camelot

📋 copy color: '#854050'

red 133 ◦ green 64 ◦ blue 80

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

Shades of Camelot #854050

Tints of Camelot #854050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

 BLUE value IS 80 (31.64% from 255) = 28.88%

R = 48.01%
G = 23.1%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#854050 (or 0x854050) is known color: Camelot. HEX triplet: 85, 40 and 50. RGB value is (133,64,80). Sum of RGB (Red+Green+Blue) = 133+64+80=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #854050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854050 is #7ABFAF. Grayscale: #565656. Windows color (decimal): -8044464 or 5259397. OLE color: 5259397.

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

Color convert

RGB 133 64 80 -
CMYK 0 0.52 0.40 0.48
HSL 346.09º 0.35% 0.39% -
HSV(B) 346.09º 0.52% 0.52% -
XYZ 12.95 9.23 8.69 -
YUV 86.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 133 64 80 0 0.52 0.40 0.48 346.09 0.35 0.39
Hex 85 40 50 0 34 28 30 15A 23 27
Octal 205 100 120 0 64 50 60 532 43 47
Binary 10000101 1000000 1010000 0 110100 101000 110000 101011010 100011 100111

Color Harmonies of #854050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854050

Black with #854050

Text Example


Text Example

White with #854050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854050; }

 p { color: rgb(133,64,80); }

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

background-color css

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

 a { background-color: rgb(133,64,80); }

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

border-color css

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

 span { border-color: rgb(133,64,80); }

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