Html Css Color HEX #82384B Camelot

📋 copy color: '#82384B'

red 130 ◦ green 56 ◦ blue 75

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

Shades of Camelot #82384B

Tints of Camelot #82384B

RGB

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

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

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

R = 49.81%
G = 21.46%
B = 28.74%

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

#82384B (or 0x82384B) is known color: Camelot. HEX triplet: 82, 38 and 4B. RGB value is (130,56,75). Sum of RGB (Red+Green+Blue) = 130+56+75=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82384B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82384B is #7DC7B4. Grayscale: #505050. Windows color (decimal): -8243125 or 4929666. OLE color: 4929666.

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

Color convert

RGB 130 56 75 -
CMYK 0 0.57 0.42 0.49
HSL 344.59º 0.4% 0.36% -
HSV(B) 344.59º 0.57% 0.51% -
XYZ 11.89 8.08 7.59 -
YUV 80.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 130 56 75 0 0.57 0.42 0.49 344.59 0.4 0.36
Hex 82 38 4B 0 39 2A 31 159 28 24
Octal 202 70 113 0 71 52 61 531 50 44
Binary 10000010 111000 1001011 0 111001 101010 110001 101011001 101000 100100

Color Harmonies of #82384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82384B

Black with #82384B

Text Example


Text Example

White with #82384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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