Html Css Color HEX #824057 Camelot

📋 copy color: '#824057'

red 130 ◦ green 64 ◦ blue 87

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

Shades of Camelot #824057

Tints of Camelot #824057

RGB

 RED value IS 130 (51.17% from 255) = 46.26%

 GREEN value IS 64 (25.39% from 255) = 22.78%

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

R = 46.26%
G = 22.78%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#824057 (or 0x824057) is known color: Camelot. HEX triplet: 82, 40 and 57. RGB value is (130,64,87). Sum of RGB (Red+Green+Blue) = 130+64+87=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #824057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824057 is #7DBFA8. Grayscale: #565656. Windows color (decimal): -8241065 or 5718146. OLE color: 5718146.

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

Color convert

RGB 130 64 87 -
CMYK 0 0.51 0.33 0.49
HSL 339.09º 0.34% 0.38% -
HSV(B) 339.09º 0.51% 0.51% -
XYZ 12.76 9.1 10.1 -
YUV 86.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 130 64 87 0 0.51 0.33 0.49 339.09 0.34 0.38
Hex 82 40 57 0 33 21 31 153 22 26
Octal 202 100 127 0 63 41 61 523 42 46
Binary 10000010 1000000 1010111 0 110011 100001 110001 101010011 100010 100110

Color Harmonies of #824057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824057

Black with #824057

Text Example


Text Example

White with #824057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824057; }

 p { color: rgb(130,64,87); }

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

background-color css

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

 a { background-color: rgb(130,64,87); }

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

border-color css

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

 span { border-color: rgb(130,64,87); }

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