Html Css Color HEX #824352 Camelot

📋 copy color: '#824352'

red 130 ◦ green 67 ◦ blue 82

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

Shades of Camelot #824352

Tints of Camelot #824352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.39%

R = 46.59%
G = 24.01%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#824352 (or 0x824352) is known color: Camelot. HEX triplet: 82, 43 and 52. RGB value is (130,67,82). Sum of RGB (Red+Green+Blue) = 130+67+82=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #824352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824352 is #7DBCAD. Grayscale: #575757. Windows color (decimal): -8240302 or 5391234. OLE color: 5391234.

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

Color convert

RGB 130 67 82 -
CMYK 0 0.48 0.37 0.49
HSL 345.71º 0.32% 0.39% -
HSV(B) 345.71º 0.48% 0.51% -
XYZ 12.74 9.37 9.12 -
YUV 87.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 130 67 82 0 0.48 0.37 0.49 345.71 0.32 0.39
Hex 82 43 52 0 30 25 31 15A 20 27
Octal 202 103 122 0 60 45 61 532 40 47
Binary 10000010 1000011 1010010 0 110000 100101 110001 101011010 100000 100111

Color Harmonies of #824352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824352

Black with #824352

Text Example


Text Example

White with #824352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824352; }

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

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

background-color css

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

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

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

border-color css

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

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

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