Html Css Color HEX #82354D Camelot

📋 copy color: '#82354D'

red 130 ◦ green 53 ◦ blue 77

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

Shades of Camelot #82354D

Tints of Camelot #82354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.38%

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

R = 50%
G = 20.38%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82354D (or 0x82354D) is known color: Camelot. HEX triplet: 82, 35 and 4D. RGB value is (130,53,77). Sum of RGB (Red+Green+Blue) = 130+53+77=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82354D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82354D is #7DCAB2. Grayscale: #4E4E4E. Windows color (decimal): -8243891 or 5059970. OLE color: 5059970.

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

Color convert

RGB 130 53 77 -
CMYK 0 0.59 0.41 0.49
HSL 341.3º 0.42% 0.36% -
HSV(B) 341.3º 0.59% 0.51% -
XYZ 11.82 7.83 7.91 -
YUV 78.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 130 53 77 0 0.59 0.41 0.49 341.3 0.42 0.36
Hex 82 35 4D 0 3B 29 31 155 2A 24
Octal 202 65 115 0 73 51 61 525 52 44
Binary 10000010 110101 1001101 0 111011 101001 110001 101010101 101010 100100

Color Harmonies of #82354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82354D

Black with #82354D

Text Example


Text Example

White with #82354D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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