Html Css Color HEX #82324A Camelot

📋 copy color: '#82324A'

red 130 ◦ green 50 ◦ blue 74

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

Shades of Camelot #82324A

Tints of Camelot #82324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

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

R = 51.18%
G = 19.69%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82324A (or 0x82324A) is known color: Camelot. HEX triplet: 82, 32 and 4A. RGB value is (130,50,74). Sum of RGB (Red+Green+Blue) = 130+50+74=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #82324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82324A is #7DCDB5. Grayscale: #4C4C4C. Windows color (decimal): -8244662 or 4862594. OLE color: 4862594.

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

Color convert

RGB 130 50 74 -
CMYK 0 0.62 0.43 0.49
HSL 342º 0.44% 0.35% -
HSV(B) 342º 0.62% 0.51% -
XYZ 11.58 7.52 7.32 -
YUV 76.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 130 50 74 0 0.62 0.43 0.49 342 0.44 0.35
Hex 82 32 4A 0 3E 2B 31 156 2C 23
Octal 202 62 112 0 76 53 61 526 54 43
Binary 10000010 110010 1001010 0 111110 101011 110001 101010110 101100 100011

Color Harmonies of #82324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82324A

Black with #82324A

Text Example


Text Example

White with #82324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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