Html Css Color HEX #854455 Camelot

📋 copy color: '#854455'

red 133 ◦ green 68 ◦ blue 85

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

Shades of Camelot #854455

Tints of Camelot #854455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

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

R = 46.5%
G = 23.78%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#854455 (or 0x854455) is known color: Camelot. HEX triplet: 85, 44 and 55. RGB value is (133,68,85). Sum of RGB (Red+Green+Blue) = 133+68+85=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #854455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854455 is #7ABBAA. Grayscale: #595959. Windows color (decimal): -8043435 or 5588101. OLE color: 5588101.

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

Color convert

RGB 133 68 85 -
CMYK 0 0.49 0.36 0.48
HSL 344.31º 0.32% 0.39% -
HSV(B) 344.31º 0.49% 0.52% -
XYZ 13.38 9.78 9.78 -
YUV 89.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 133 68 85 0 0.49 0.36 0.48 344.31 0.32 0.39
Hex 85 44 55 0 31 24 30 158 20 27
Octal 205 104 125 0 61 44 60 530 40 47
Binary 10000101 1000100 1010101 0 110001 100100 110000 101011000 100000 100111

Color Harmonies of #854455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854455

Black with #854455

Text Example


Text Example

White with #854455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854455; }

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

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

background-color css

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

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

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

border-color css

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

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

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