Html Css Color HEX #814257 Camelot

📋 copy color: '#814257'

red 129 ◦ green 66 ◦ blue 87

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

Shades of Camelot #814257

Tints of Camelot #814257

RGB

 RED value IS 129 (50.78% from 255) = 45.74%

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

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

R = 45.74%
G = 23.4%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#814257 (or 0x814257) is known color: Camelot. HEX triplet: 81, 42 and 57. RGB value is (129,66,87). Sum of RGB (Red+Green+Blue) = 129+66+87=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #814257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814257 is #7EBDA8. Grayscale: #575757. Windows color (decimal): -8306089 or 5718657. OLE color: 5718657.

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

Color convert

RGB 129 66 87 -
CMYK 0 0.49 0.33 0.49
HSL 340º 0.32% 0.38% -
HSV(B) 340º 0.49% 0.51% -
XYZ 12.72 9.25 10.13 -
YUV 87.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 129 66 87 0 0.49 0.33 0.49 340 0.32 0.38
Hex 81 42 57 0 31 21 31 154 20 26
Octal 201 102 127 0 61 41 61 524 40 46
Binary 10000001 1000010 1010111 0 110001 100001 110001 101010100 100000 100110

Color Harmonies of #814257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814257

Black with #814257

Text Example


Text Example

White with #814257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814257; }

 p { color: rgb(129,66,87); }

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

background-color css

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

 a { background-color: rgb(129,66,87); }

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

border-color css

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

 span { border-color: rgb(129,66,87); }

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