Html Css Color HEX #824058 Camelot

📋 copy color: '#824058'

red 130 ◦ green 64 ◦ blue 88

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

Shades of Camelot #824058

Tints of Camelot #824058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

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

R = 46.1%
G = 22.7%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#824058 (or 0x824058) is known color: Camelot. HEX triplet: 82, 40 and 58. RGB value is (130,64,88). Sum of RGB (Red+Green+Blue) = 130+64+88=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #824058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824058 is #7DBFA7. Grayscale: #565656. Windows color (decimal): -8241064 or 5783682. OLE color: 5783682.

HSL color Cylindrical-coordinate representation of color #824058: hue angle of 338.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824058 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 64 88 -
CMYK 0 0.51 0.32 0.49
HSL 338.18º 0.34% 0.38% -
HSV(B) 338.18º 0.51% 0.51% -
XYZ 12.8 9.12 10.32 -
YUV 86.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 130 64 88 0 0.51 0.32 0.49 338.18 0.34 0.38
Hex 82 40 58 0 33 20 31 152 22 26
Octal 202 100 130 0 63 40 61 522 42 46
Binary 10000010 1000000 1011000 0 110011 100000 110001 101010010 100010 100110

Color Harmonies of #824058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824058

Black with #824058

Text Example


Text Example

White with #824058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824058; }

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

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

background-color css

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

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

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

border-color css

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

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

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