Html Css Color HEX #854254 Camelot

📋 copy color: '#854254'

red 133 ◦ green 66 ◦ blue 84

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

Shades of Camelot #854254

Tints of Camelot #854254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

 BLUE value IS 84 (33.2% from 255) = 29.68%

R = 47%
G = 23.32%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#854254 (or 0x854254) is known color: Camelot. HEX triplet: 85, 42 and 54. RGB value is (133,66,84). Sum of RGB (Red+Green+Blue) = 133+66+84=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #854254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854254 is #7ABDAB. Grayscale: #585858. Windows color (decimal): -8043948 or 5522053. OLE color: 5522053.

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

Color convert

RGB 133 66 84 -
CMYK 0 0.50 0.37 0.48
HSL 343.88º 0.34% 0.39% -
HSV(B) 343.88º 0.5% 0.52% -
XYZ 13.22 9.52 9.53 -
YUV 88.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 133 66 84 0 0.50 0.37 0.48 343.88 0.34 0.39
Hex 85 42 54 0 32 25 30 158 22 27
Octal 205 102 124 0 62 45 60 530 42 47
Binary 10000101 1000010 1010100 0 110010 100101 110000 101011000 100010 100111

Color Harmonies of #854254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854254

Black with #854254

Text Example


Text Example

White with #854254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854254; }

 p { color: rgb(133,66,84); }

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

background-color css

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

 a { background-color: rgb(133,66,84); }

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

border-color css

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

 span { border-color: rgb(133,66,84); }

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