Html Css Color HEX #824355 Camelot

📋 copy color: '#824355'

red 130 ◦ green 67 ◦ blue 85

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

Shades of Camelot #824355

Tints of Camelot #824355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.76%

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

R = 46.1%
G = 23.76%
B = 30.14%

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

#824355 (or 0x824355) is known color: Camelot. HEX triplet: 82, 43 and 55. RGB value is (130,67,85). Sum of RGB (Red+Green+Blue) = 130+67+85=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #824355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824355 is #7DBCAA. Grayscale: #575757. Windows color (decimal): -8240299 or 5587842. OLE color: 5587842.

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

Color convert

RGB 130 67 85 -
CMYK 0 0.48 0.35 0.49
HSL 342.86º 0.32% 0.39% -
HSV(B) 342.86º 0.48% 0.51% -
XYZ 12.85 9.42 9.73 -
YUV 87.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 130 67 85 0 0.48 0.35 0.49 342.86 0.32 0.39
Hex 82 43 55 0 30 23 31 157 20 27
Octal 202 103 125 0 60 43 61 527 40 47
Binary 10000010 1000011 1010101 0 110000 100011 110001 101010111 100000 100111

Color Harmonies of #824355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824355

Black with #824355

Text Example


Text Example

White with #824355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824355; }

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

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

background-color css

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

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

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

border-color css

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

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

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