Html Css Color HEX #82364B Camelot

📋 copy color: '#82364B'

red 130 ◦ green 54 ◦ blue 75

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

Shades of Camelot #82364B

Tints of Camelot #82364B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.96%

R = 50.19%
G = 20.85%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82364B (or 0x82364B) is known color: Camelot. HEX triplet: 82, 36 and 4B. RGB value is (130,54,75). Sum of RGB (Red+Green+Blue) = 130+54+75=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82364B is #7DC9B4. Grayscale: #4F4F4F. Windows color (decimal): -8243637 or 4929154. OLE color: 4929154.

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

Color convert

RGB 130 54 75 -
CMYK 0 0.58 0.42 0.49
HSL 343.42º 0.41% 0.36% -
HSV(B) 343.42º 0.58% 0.51% -
XYZ 11.8 7.89 7.56 -
YUV 79.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 130 54 75 0 0.58 0.42 0.49 343.42 0.41 0.36
Hex 82 36 4B 0 3A 2A 31 157 29 24
Octal 202 66 113 0 72 52 61 527 51 44
Binary 10000010 110110 1001011 0 111010 101010 110001 101010111 101001 100100

Color Harmonies of #82364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82364B

Black with #82364B

Text Example


Text Example

White with #82364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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