Html Css Color HEX #854553 Camelot

📋 copy color: '#854553'

red 133 ◦ green 69 ◦ blue 83

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

Shades of Camelot #854553

Tints of Camelot #854553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

 BLUE value IS 83 (32.81% from 255) = 29.12%

R = 46.67%
G = 24.21%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#854553 (or 0x854553) is known color: Camelot. HEX triplet: 85, 45 and 53. RGB value is (133,69,83). Sum of RGB (Red+Green+Blue) = 133+69+83=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #854553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854553 is #7ABAAC. Grayscale: #595959. Windows color (decimal): -8043181 or 5457285. OLE color: 5457285.

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

Color convert

RGB 133 69 83 -
CMYK 0 0.48 0.38 0.48
HSL 346.88º 0.32% 0.4% -
HSV(B) 346.88º 0.48% 0.52% -
XYZ 13.36 9.87 9.38 -
YUV 89.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 133 69 83 0 0.48 0.38 0.48 346.88 0.32 0.4
Hex 85 45 53 0 30 26 30 15B 20 28
Octal 205 105 123 0 60 46 60 533 40 50
Binary 10000101 1000101 1010011 0 110000 100110 110000 101011011 100000 101000

Color Harmonies of #854553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854553

Black with #854553

Text Example


Text Example

White with #854553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854553; }

 p { color: rgb(133,69,83); }

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

background-color css

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

 a { background-color: rgb(133,69,83); }

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

border-color css

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

 span { border-color: rgb(133,69,83); }

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