Html Css Color HEX #82364E Camelot

📋 copy color: '#82364E'

red 130 ◦ green 54 ◦ blue 78

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

Shades of Camelot #82364E

Tints of Camelot #82364E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.77%

R = 49.62%
G = 20.61%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#82364E (or 0x82364E) is known color: Camelot. HEX triplet: 82, 36 and 4E. RGB value is (130,54,78). Sum of RGB (Red+Green+Blue) = 130+54+78=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82364E is #7DC9B1. Grayscale: #4F4F4F. Windows color (decimal): -8243634 or 5125762. OLE color: 5125762.

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

Color convert

RGB 130 54 78 -
CMYK 0 0.58 0.40 0.49
HSL 341.05º 0.41% 0.36% -
HSV(B) 341.05º 0.58% 0.51% -
XYZ 11.9 7.93 8.11 -
YUV 79.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 130 54 78 0 0.58 0.40 0.49 341.05 0.41 0.36
Hex 82 36 4E 0 3A 28 31 155 29 24
Octal 202 66 116 0 72 50 61 525 51 44
Binary 10000010 110110 1001110 0 111010 101000 110001 101010101 101001 100100

Color Harmonies of #82364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82364E

Black with #82364E

Text Example


Text Example

White with #82364E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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