Html Css Color HEX #82384F Camelot

📋 copy color: '#82384F'

red 130 ◦ green 56 ◦ blue 79

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

Shades of Camelot #82384F

Tints of Camelot #82384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

 BLUE value IS 79 (31.25% from 255) = 29.81%

R = 49.06%
G = 21.13%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82384F (or 0x82384F) is known color: Camelot. HEX triplet: 82, 38 and 4F. RGB value is (130,56,79). Sum of RGB (Red+Green+Blue) = 130+56+79=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #82384F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82384F is #7DC7B0. Grayscale: #505050. Windows color (decimal): -8243121 or 5191810. OLE color: 5191810.

HSL color Cylindrical-coordinate representation of color #82384F: hue angle of 341.35º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82384F is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 56 79 -
CMYK 0 0.57 0.39 0.49
HSL 341.35º 0.4% 0.36% -
HSV(B) 341.35º 0.57% 0.51% -
XYZ 12.03 8.14 8.33 -
YUV 80.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 130 56 79 0 0.57 0.39 0.49 341.35 0.4 0.36
Hex 82 38 4F 0 39 27 31 155 28 24
Octal 202 70 117 0 71 47 61 525 50 44
Binary 10000010 111000 1001111 0 111001 100111 110001 101010101 101000 100100

Color Harmonies of #82384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82384F

Black with #82384F

Text Example


Text Example

White with #82384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82384F; }

 p { color: rgb(130,56,79); }

 H1.HeaderClassName
 {
   color: #82384F;
 }
 .AnyTagClassName
 {
   color: #82384F;
 }
</style>

background-color css

<style>
 a { background-color: #82384F; }

 a { background-color: rgb(130,56,79); }

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

border-color css

<style>
 span { border-color: #82384F; }

 span { border-color: rgb(130,56,79); }

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