Html Css Color HEX #82404C Camelot

📋 copy color: '#82404C'

red 130 ◦ green 64 ◦ blue 76

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

Shades of Camelot #82404C

Tints of Camelot #82404C

RGB

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

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

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

R = 48.15%
G = 23.7%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82404C (or 0x82404C) is known color: Camelot. HEX triplet: 82, 40 and 4C. RGB value is (130,64,76). Sum of RGB (Red+Green+Blue) = 130+64+76=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82404C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82404C is #7DBFB3. Grayscale: #555555. Windows color (decimal): -8241076 or 4997250. OLE color: 4997250.

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

Color convert

RGB 130 64 76 -
CMYK 0 0.51 0.42 0.49
HSL 349.09º 0.34% 0.38% -
HSV(B) 349.09º 0.51% 0.51% -
XYZ 12.34 8.93 7.91 -
YUV 85.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 130 64 76 0 0.51 0.42 0.49 349.09 0.34 0.38
Hex 82 40 4C 0 33 2A 31 15D 22 26
Octal 202 100 114 0 63 52 61 535 42 46
Binary 10000010 1000000 1001100 0 110011 101010 110001 101011101 100010 100110

Color Harmonies of #82404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82404C

Black with #82404C

Text Example


Text Example

White with #82404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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