Html Css Color HEX #82414C Camelot

📋 copy color: '#82414C'

red 130 ◦ green 65 ◦ blue 76

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

Shades of Camelot #82414C

Tints of Camelot #82414C

RGB

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

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

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

R = 47.97%
G = 23.99%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82414C (or 0x82414C) is known color: Camelot. HEX triplet: 82, 41 and 4C. RGB value is (130,65,76). Sum of RGB (Red+Green+Blue) = 130+65+76=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82414C is #7DBEB3. Grayscale: #555555. Windows color (decimal): -8240820 or 4997506. OLE color: 4997506.

HSL color Cylindrical-coordinate representation of color #82414C: hue angle of 349.85º 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 #82414C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 76 -
CMYK 0 0.50 0.42 0.49
HSL 349.85º 0.33% 0.38% -
HSV(B) 349.85º 0.5% 0.51% -
XYZ 12.4 9.05 7.93 -
YUV 85.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 130 65 76 0 0.50 0.42 0.49 349.85 0.33 0.38
Hex 82 41 4C 0 32 2A 31 15E 21 26
Octal 202 101 114 0 62 52 61 536 41 46
Binary 10000010 1000001 1001100 0 110010 101010 110001 101011110 100001 100110

Color Harmonies of #82414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82414C

Black with #82414C

Text Example


Text Example

White with #82414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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