Html Css Color HEX #824555 Camelot

📋 copy color: '#824555'

red 130 ◦ green 69 ◦ blue 85

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

Shades of Camelot #824555

Tints of Camelot #824555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.93%

R = 45.77%
G = 24.3%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#824555 (or 0x824555) is known color: Camelot. HEX triplet: 82, 45 and 55. RGB value is (130,69,85). Sum of RGB (Red+Green+Blue) = 130+69+85=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #824555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824555 is #7DBAAA. Grayscale: #595959. Windows color (decimal): -8239787 or 5588354. OLE color: 5588354.

HSL color Cylindrical-coordinate representation of color #824555: hue angle of 344.26º 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 #824555 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 85 -
CMYK 0 0.47 0.35 0.49
HSL 344.26º 0.31% 0.39% -
HSV(B) 344.26º 0.47% 0.51% -
XYZ 12.97 9.66 9.77 -
YUV 89.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 130 69 85 0 0.47 0.35 0.49 344.26 0.31 0.39
Hex 82 45 55 0 2F 23 31 158 1F 27
Octal 202 105 125 0 57 43 61 530 37 47
Binary 10000010 1000101 1010101 0 101111 100011 110001 101011000 11111 100111

Color Harmonies of #824555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824555

Black with #824555

Text Example


Text Example

White with #824555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824555; }

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

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

background-color css

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

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

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

border-color css

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

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

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