Html Css Color HEX #82364C Camelot

📋 copy color: '#82364C'

red 130 ◦ green 54 ◦ blue 76

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

Shades of Camelot #82364C

Tints of Camelot #82364C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 50%
G = 20.77%
B = 29.23%

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

#82364C (or 0x82364C) is known color: Camelot. HEX triplet: 82, 36 and 4C. RGB value is (130,54,76). Sum of RGB (Red+Green+Blue) = 130+54+76=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82364C is #7DC9B3. Grayscale: #4F4F4F. Windows color (decimal): -8243636 or 4994690. OLE color: 4994690.

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

Color convert

RGB 130 54 76 -
CMYK 0 0.58 0.42 0.49
HSL 342.63º 0.41% 0.36% -
HSV(B) 342.63º 0.58% 0.51% -
XYZ 11.83 7.91 7.74 -
YUV 79.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 130 54 76 0 0.58 0.42 0.49 342.63 0.41 0.36
Hex 82 36 4C 0 3A 2A 31 157 29 24
Octal 202 66 114 0 72 52 61 527 51 44
Binary 10000010 110110 1001100 0 111010 101010 110001 101010111 101001 100100

Color Harmonies of #82364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82364C

Black with #82364C

Text Example


Text Example

White with #82364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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