Html Css Color HEX #854055 Camelot

📋 copy color: '#854055'

red 133 ◦ green 64 ◦ blue 85

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

Shades of Camelot #854055

Tints of Camelot #854055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 47.16%
G = 22.7%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#854055 (or 0x854055) is known color: Camelot. HEX triplet: 85, 40 and 55. RGB value is (133,64,85). Sum of RGB (Red+Green+Blue) = 133+64+85=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #854055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854055 is #7ABFAA. Grayscale: #575757. Windows color (decimal): -8044459 or 5587077. OLE color: 5587077.

HSL color Cylindrical-coordinate representation of color #854055: hue angle of 341.74º 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 #854055 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 64 85 -
CMYK 0 0.52 0.36 0.48
HSL 341.74º 0.35% 0.39% -
HSV(B) 341.74º 0.52% 0.52% -
XYZ 13.15 9.31 9.7 -
YUV 87.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 133 64 85 0 0.52 0.36 0.48 341.74 0.35 0.39
Hex 85 40 55 0 34 24 30 156 23 27
Octal 205 100 125 0 64 44 60 526 43 47
Binary 10000101 1000000 1010101 0 110100 100100 110000 101010110 100011 100111

Color Harmonies of #854055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854055

Black with #854055

Text Example


Text Example

White with #854055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854055; }

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

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

background-color css

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

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

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

border-color css

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

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

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