Html Css Color HEX #854355 Camelot

📋 copy color: '#854355'

red 133 ◦ green 67 ◦ blue 85

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

Shades of Camelot #854355

Tints of Camelot #854355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

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

R = 46.67%
G = 23.51%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#854355 (or 0x854355) is known color: Camelot. HEX triplet: 85, 43 and 55. RGB value is (133,67,85). Sum of RGB (Red+Green+Blue) = 133+67+85=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #854355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854355 is #7ABCAA. Grayscale: #585858. Windows color (decimal): -8043691 or 5587845. OLE color: 5587845.

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

Color convert

RGB 133 67 85 -
CMYK 0 0.50 0.36 0.48
HSL 343.64º 0.33% 0.39% -
HSV(B) 343.64º 0.5% 0.52% -
XYZ 13.32 9.66 9.76 -
YUV 88.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 133 67 85 0 0.50 0.36 0.48 343.64 0.33 0.39
Hex 85 43 55 0 32 24 30 158 21 27
Octal 205 103 125 0 62 44 60 530 41 47
Binary 10000101 1000011 1010101 0 110010 100100 110000 101011000 100001 100111

Color Harmonies of #854355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854355

Black with #854355

Text Example


Text Example

White with #854355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854355; }

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

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

background-color css

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

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

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

border-color css

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

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

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