Html Css Color HEX #82384C Camelot

📋 copy color: '#82384C'

red 130 ◦ green 56 ◦ blue 76

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

Shades of Camelot #82384C

Tints of Camelot #82384C

RGB

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

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

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

R = 49.62%
G = 21.37%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82384C (or 0x82384C) is known color: Camelot. HEX triplet: 82, 38 and 4C. RGB value is (130,56,76). Sum of RGB (Red+Green+Blue) = 130+56+76=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82384C is #7DC7B3. Grayscale: #505050. Windows color (decimal): -8243124 or 4995202. OLE color: 4995202.

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

Color convert

RGB 130 56 76 -
CMYK 0 0.57 0.42 0.49
HSL 343.78º 0.4% 0.36% -
HSV(B) 343.78º 0.57% 0.51% -
XYZ 11.92 8.1 7.77 -
YUV 80.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 130 56 76 0 0.57 0.42 0.49 343.78 0.4 0.36
Hex 82 38 4C 0 39 2A 31 158 28 24
Octal 202 70 114 0 71 52 61 530 50 44
Binary 10000010 111000 1001100 0 111001 101010 110001 101011000 101000 100100

Color Harmonies of #82384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82384C

Black with #82384C

Text Example


Text Example

White with #82384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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