Html Css Color HEX #824152 Camelot

📋 copy color: '#824152'

red 130 ◦ green 65 ◦ blue 82

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

Shades of Camelot #824152

Tints of Camelot #824152

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

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

R = 46.93%
G = 23.47%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#824152 (or 0x824152) is known color: Camelot. HEX triplet: 82, 41 and 52. RGB value is (130,65,82). Sum of RGB (Red+Green+Blue) = 130+65+82=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #824152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824152 is #7DBEAD. Grayscale: #565656. Windows color (decimal): -8240814 or 5390722. OLE color: 5390722.

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

Color convert

RGB 130 65 82 -
CMYK 0 0.50 0.37 0.49
HSL 344.31º 0.33% 0.38% -
HSV(B) 344.31º 0.5% 0.51% -
XYZ 12.62 9.14 9.08 -
YUV 86.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 130 65 82 0 0.50 0.37 0.49 344.31 0.33 0.38
Hex 82 41 52 0 32 25 31 158 21 26
Octal 202 101 122 0 62 45 61 530 41 46
Binary 10000010 1000001 1010010 0 110010 100101 110001 101011000 100001 100110

Color Harmonies of #824152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824152

Black with #824152

Text Example


Text Example

White with #824152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824152; }

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

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

background-color css

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

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

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

border-color css

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

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

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