Html Css Color HEX #82364A Camelot

📋 copy color: '#82364A'

red 130 ◦ green 54 ◦ blue 74

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

Shades of Camelot #82364A

Tints of Camelot #82364A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.68%

R = 50.39%
G = 20.93%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82364A (or 0x82364A) is known color: Camelot. HEX triplet: 82, 36 and 4A. RGB value is (130,54,74). Sum of RGB (Red+Green+Blue) = 130+54+74=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82364A is #7DC9B5. Grayscale: #4F4F4F. Windows color (decimal): -8243638 or 4863618. OLE color: 4863618.

HSL color Cylindrical-coordinate representation of color #82364A: hue angle of 344.21º 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 #82364A is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 54 74 -
CMYK 0 0.58 0.43 0.49
HSL 344.21º 0.41% 0.36% -
HSV(B) 344.21º 0.58% 0.51% -
XYZ 11.76 7.88 7.38 -
YUV 79 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 130 54 74 0 0.58 0.43 0.49 344.21 0.41 0.36
Hex 82 36 4A 0 3A 2B 31 158 29 24
Octal 202 66 112 0 72 53 61 530 51 44
Binary 10000010 110110 1001010 0 111010 101011 110001 101011000 101001 100100

Color Harmonies of #82364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82364A

Black with #82364A

Text Example


Text Example

White with #82364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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