Html Css Color HEX #854357 Camelot

📋 copy color: '#854357'

red 133 ◦ green 67 ◦ blue 87

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

Shades of Camelot #854357

Tints of Camelot #854357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 46.34%
G = 23.34%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#854357 (or 0x854357) is known color: Camelot. HEX triplet: 85, 43 and 57. RGB value is (133,67,87). Sum of RGB (Red+Green+Blue) = 133+67+87=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #854357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854357 is #7ABCA8. Grayscale: #595959. Windows color (decimal): -8043689 or 5718917. OLE color: 5718917.

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

Color convert

RGB 133 67 87 -
CMYK 0 0.50 0.35 0.48
HSL 341.82º 0.33% 0.39% -
HSV(B) 341.82º 0.5% 0.52% -
XYZ 13.4 9.69 10.18 -
YUV 89.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 133 67 87 0 0.50 0.35 0.48 341.82 0.33 0.39
Hex 85 43 57 0 32 23 30 156 21 27
Octal 205 103 127 0 62 43 60 526 41 47
Binary 10000101 1000011 1010111 0 110010 100011 110000 101010110 100001 100111

Color Harmonies of #854357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854357

Black with #854357

Text Example


Text Example

White with #854357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854357; }

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

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

background-color css

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

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

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

border-color css

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

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

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