Html Css Color HEX #824455 Camelot

📋 copy color: '#824455'

red 130 ◦ green 68 ◦ blue 85

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

Shades of Camelot #824455

Tints of Camelot #824455

RGB

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

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

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

R = 45.94%
G = 24.03%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#824455 (or 0x824455) is known color: Camelot. HEX triplet: 82, 44 and 55. RGB value is (130,68,85). Sum of RGB (Red+Green+Blue) = 130+68+85=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #824455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824455 is #7DBBAA. Grayscale: #585858. Windows color (decimal): -8240043 or 5588098. OLE color: 5588098.

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

Color convert

RGB 130 68 85 -
CMYK 0 0.48 0.35 0.49
HSL 343.55º 0.31% 0.39% -
HSV(B) 343.55º 0.48% 0.51% -
XYZ 12.91 9.54 9.75 -
YUV 88.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 130 68 85 0 0.48 0.35 0.49 343.55 0.31 0.39
Hex 82 44 55 0 30 23 31 158 1F 27
Octal 202 104 125 0 60 43 61 530 37 47
Binary 10000010 1000100 1010101 0 110000 100011 110001 101011000 11111 100111

Color Harmonies of #824455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824455

Black with #824455

Text Example


Text Example

White with #824455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824455; }

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

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

background-color css

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

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

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

border-color css

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

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

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