Html Css Color HEX #814357 Camelot

📋 copy color: '#814357'

red 129 ◦ green 67 ◦ blue 87

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

Shades of Camelot #814357

Tints of Camelot #814357

RGB

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

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

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

R = 45.58%
G = 23.67%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#814357 (or 0x814357) is known color: Camelot. HEX triplet: 81, 43 and 57. RGB value is (129,67,87). Sum of RGB (Red+Green+Blue) = 129+67+87=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #814357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814357 is #7EBCA8. Grayscale: #575757. Windows color (decimal): -8305833 or 5718913. OLE color: 5718913.

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

Color convert

RGB 129 67 87 -
CMYK 0 0.48 0.33 0.49
HSL 340.65º 0.32% 0.38% -
HSV(B) 340.65º 0.48% 0.51% -
XYZ 12.78 9.37 10.15 -
YUV 87.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 129 67 87 0 0.48 0.33 0.49 340.65 0.32 0.38
Hex 81 43 57 0 30 21 31 155 20 26
Octal 201 103 127 0 60 41 61 525 40 46
Binary 10000001 1000011 1010111 0 110000 100001 110001 101010101 100000 100110

Color Harmonies of #814357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814357

Black with #814357

Text Example


Text Example

White with #814357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814357; }

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

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

background-color css

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

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

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

border-color css

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

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

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