Html Css Color HEX #82364D Camelot

📋 copy color: '#82364D'

red 130 ◦ green 54 ◦ blue 77

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

Shades of Camelot #82364D

Tints of Camelot #82364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.69%

 BLUE value IS 77 (30.47% from 255) = 29.5%

R = 49.81%
G = 20.69%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82364D (or 0x82364D) is known color: Camelot. HEX triplet: 82, 36 and 4D. RGB value is (130,54,77). Sum of RGB (Red+Green+Blue) = 130+54+77=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82364D is #7DC9B2. Grayscale: #4F4F4F. Windows color (decimal): -8243635 or 5060226. OLE color: 5060226.

HSL color Cylindrical-coordinate representation of color #82364D: hue angle of 341.84º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82364D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 54 77 -
CMYK 0 0.58 0.41 0.49
HSL 341.84º 0.41% 0.36% -
HSV(B) 341.84º 0.58% 0.51% -
XYZ 11.86 7.92 7.92 -
YUV 79.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 130 54 77 0 0.58 0.41 0.49 341.84 0.41 0.36
Hex 82 36 4D 0 3A 29 31 156 29 24
Octal 202 66 115 0 72 51 61 526 51 44
Binary 10000010 110110 1001101 0 111010 101001 110001 101010110 101001 100100

Color Harmonies of #82364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82364D

Black with #82364D

Text Example


Text Example

White with #82364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82364D; }

 p { color: rgb(130,54,77); }

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

background-color css

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

 a { background-color: rgb(130,54,77); }

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

border-color css

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

 span { border-color: rgb(130,54,77); }

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