Html Css Color HEX #824358 Camelot

📋 copy color: '#824358'

red 130 ◦ green 67 ◦ blue 88

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

Shades of Camelot #824358

Tints of Camelot #824358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.88%

R = 45.61%
G = 23.51%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#824358 (or 0x824358) is known color: Camelot. HEX triplet: 82, 43 and 58. RGB value is (130,67,88). Sum of RGB (Red+Green+Blue) = 130+67+88=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #824358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824358 is #7DBCA7. Grayscale: #585858. Windows color (decimal): -8240296 or 5784450. OLE color: 5784450.

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

Color convert

RGB 130 67 88 -
CMYK 0 0.48 0.32 0.49
HSL 340º 0.32% 0.39% -
HSV(B) 340º 0.48% 0.51% -
XYZ 12.97 9.46 10.38 -
YUV 88.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 130 67 88 0 0.48 0.32 0.49 340 0.32 0.39
Hex 82 43 58 0 30 20 31 154 20 27
Octal 202 103 130 0 60 40 61 524 40 47
Binary 10000010 1000011 1011000 0 110000 100000 110001 101010100 100000 100111

Color Harmonies of #824358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824358

Black with #824358

Text Example


Text Example

White with #824358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824358; }

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

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

background-color css

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

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

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

border-color css

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

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

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