Html Css Color HEX #824553 Camelot

📋 copy color: '#824553'

red 130 ◦ green 69 ◦ blue 83

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

Shades of Camelot #824553

Tints of Camelot #824553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.47%

 BLUE value IS 83 (32.81% from 255) = 29.43%

R = 46.1%
G = 24.47%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#824553 (or 0x824553) is known color: Camelot. HEX triplet: 82, 45 and 53. RGB value is (130,69,83). Sum of RGB (Red+Green+Blue) = 130+69+83=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #824553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824553 is #7DBAAC. Grayscale: #585858. Windows color (decimal): -8239789 or 5457282. OLE color: 5457282.

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

Color convert

RGB 130 69 83 -
CMYK 0 0.47 0.36 0.49
HSL 346.23º 0.31% 0.39% -
HSV(B) 346.23º 0.47% 0.51% -
XYZ 12.9 9.63 9.36 -
YUV 88.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 130 69 83 0 0.47 0.36 0.49 346.23 0.31 0.39
Hex 82 45 53 0 2F 24 31 15A 1F 27
Octal 202 105 123 0 57 44 61 532 37 47
Binary 10000010 1000101 1010011 0 101111 100100 110001 101011010 11111 100111

Color Harmonies of #824553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824553

Black with #824553

Text Example


Text Example

White with #824553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824553; }

 p { color: rgb(130,69,83); }

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

background-color css

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

 a { background-color: rgb(130,69,83); }

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

border-color css

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

 span { border-color: rgb(130,69,83); }

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