Html Css Color HEX #82344A Camelot

📋 copy color: '#82344A'

red 130 ◦ green 52 ◦ blue 74

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

Shades of Camelot #82344A

Tints of Camelot #82344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.31%

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

R = 50.78%
G = 20.31%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82344A (or 0x82344A) is known color: Camelot. HEX triplet: 82, 34 and 4A. RGB value is (130,52,74). Sum of RGB (Red+Green+Blue) = 130+52+74=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82344A is #7DCBB5. Grayscale: #4D4D4D. Windows color (decimal): -8244150 or 4863106. OLE color: 4863106.

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

Color convert

RGB 130 52 74 -
CMYK 0 0.60 0.43 0.49
HSL 343.08º 0.43% 0.36% -
HSV(B) 343.08º 0.6% 0.51% -
XYZ 11.67 7.7 7.35 -
YUV 77.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 130 52 74 0 0.60 0.43 0.49 343.08 0.43 0.36
Hex 82 34 4A 0 3C 2B 31 157 2B 24
Octal 202 64 112 0 74 53 61 527 53 44
Binary 10000010 110100 1001010 0 111100 101011 110001 101010111 101011 100100

Color Harmonies of #82344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82344A

Black with #82344A

Text Example


Text Example

White with #82344A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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