Html Css Color HEX #82394A Camelot

📋 copy color: '#82394A'

red 130 ◦ green 57 ◦ blue 74

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

Shades of Camelot #82394A

Tints of Camelot #82394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.84%

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

R = 49.81%
G = 21.84%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82394A (or 0x82394A) is known color: Camelot. HEX triplet: 82, 39 and 4A. RGB value is (130,57,74). Sum of RGB (Red+Green+Blue) = 130+57+74=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82394A is #7DC6B5. Grayscale: #505050. Windows color (decimal): -8242870 or 4864386. OLE color: 4864386.

HSL color Cylindrical-coordinate representation of color #82394A: hue angle of 346.03º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82394A is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 57 74 -
CMYK 0 0.56 0.43 0.49
HSL 346.03º 0.39% 0.37% -
HSV(B) 346.03º 0.56% 0.51% -
XYZ 11.91 8.17 7.43 -
YUV 80.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 130 57 74 0 0.56 0.43 0.49 346.03 0.39 0.37
Hex 82 39 4A 0 38 2B 31 15A 27 25
Octal 202 71 112 0 70 53 61 532 47 45
Binary 10000010 111001 1001010 0 111000 101011 110001 101011010 100111 100101

Color Harmonies of #82394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82394A

Black with #82394A

Text Example


Text Example

White with #82394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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