Html Css Color HEX #854451 Camelot

📋 copy color: '#854451'

red 133 ◦ green 68 ◦ blue 81

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

Shades of Camelot #854451

Tints of Camelot #854451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.72%

R = 47.16%
G = 24.11%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#854451 (or 0x854451) is known color: Camelot. HEX triplet: 85, 44 and 51. RGB value is (133,68,81). Sum of RGB (Red+Green+Blue) = 133+68+81=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #854451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854451 is #7ABBAE. Grayscale: #585858. Windows color (decimal): -8043439 or 5325957. OLE color: 5325957.

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

Color convert

RGB 133 68 81 -
CMYK 0 0.49 0.39 0.48
HSL 348º 0.32% 0.39% -
HSV(B) 348º 0.49% 0.52% -
XYZ 13.23 9.71 8.96 -
YUV 88.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 133 68 81 0 0.49 0.39 0.48 348 0.32 0.39
Hex 85 44 51 0 31 27 30 15C 20 27
Octal 205 104 121 0 61 47 60 534 40 47
Binary 10000101 1000100 1010001 0 110001 100111 110000 101011100 100000 100111

Color Harmonies of #854451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854451

Black with #854451

Text Example


Text Example

White with #854451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854451; }

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

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

background-color css

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

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

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

border-color css

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

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

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