Html Css Color HEX #824457 Camelot

📋 copy color: '#824457'

red 130 ◦ green 68 ◦ blue 87

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

Shades of Camelot #824457

Tints of Camelot #824457

RGB

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

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

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

R = 45.61%
G = 23.86%
B = 30.53%

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

#824457 (or 0x824457) is known color: Camelot. HEX triplet: 82, 44 and 57. RGB value is (130,68,87). Sum of RGB (Red+Green+Blue) = 130+68+87=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #824457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824457 is #7DBBA8. Grayscale: #585858. Windows color (decimal): -8240041 or 5719170. OLE color: 5719170.

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

Color convert

RGB 130 68 87 -
CMYK 0 0.48 0.33 0.49
HSL 341.61º 0.31% 0.39% -
HSV(B) 341.61º 0.48% 0.51% -
XYZ 12.99 9.57 10.18 -
YUV 88.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 130 68 87 0 0.48 0.33 0.49 341.61 0.31 0.39
Hex 82 44 57 0 30 21 31 156 1F 27
Octal 202 104 127 0 60 41 61 526 37 47
Binary 10000010 1000100 1010111 0 110000 100001 110001 101010110 11111 100111

Color Harmonies of #824457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824457

Black with #824457

Text Example


Text Example

White with #824457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824457; }

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

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

background-color css

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

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

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

border-color css

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

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

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