Html Css Color HEX #82424C Camelot

📋 copy color: '#82424C'

red 130 ◦ green 66 ◦ blue 76

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

Shades of Camelot #82424C

Tints of Camelot #82424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.26%

 BLUE value IS 76 (30.08% from 255) = 27.94%

R = 47.79%
G = 24.26%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82424C (or 0x82424C) is known color: Camelot. HEX triplet: 82, 42 and 4C. RGB value is (130,66,76). Sum of RGB (Red+Green+Blue) = 130+66+76=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82424C is #7DBDB3. Grayscale: #565656. Windows color (decimal): -8240564 or 4997762. OLE color: 4997762.

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

Color convert

RGB 130 66 76 -
CMYK 0 0.49 0.42 0.49
HSL 350.63º 0.33% 0.38% -
HSV(B) 350.63º 0.49% 0.51% -
XYZ 12.46 9.16 7.95 -
YUV 86.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 130 66 76 0 0.49 0.42 0.49 350.63 0.33 0.38
Hex 82 42 4C 0 31 2A 31 15F 21 26
Octal 202 102 114 0 61 52 61 537 41 46
Binary 10000010 1000010 1001100 0 110001 101010 110001 101011111 100001 100110

Color Harmonies of #82424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82424C

Black with #82424C

Text Example


Text Example

White with #82424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82424C; }

 p { color: rgb(130,66,76); }

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

background-color css

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

 a { background-color: rgb(130,66,76); }

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

border-color css

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

 span { border-color: rgb(130,66,76); }

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