Html Css Color HEX #83384C Camelot

📋 copy color: '#83384C'

red 131 ◦ green 56 ◦ blue 76

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

Shades of Camelot #83384C

Tints of Camelot #83384C

RGB

 RED value IS 131 (51.56% from 255) = 49.81%

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

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

R = 49.81%
G = 21.29%
B = 28.9%

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

#83384C (or 0x83384C) is known color: Camelot. HEX triplet: 83, 38 and 4C. RGB value is (131,56,76). Sum of RGB (Red+Green+Blue) = 131+56+76=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #83384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83384C is #7CC7B3. Grayscale: #505050. Windows color (decimal): -8177588 or 4995203. OLE color: 4995203.

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

Color convert

RGB 131 56 76 -
CMYK 0 0.57 0.42 0.49
HSL 344º 0.4% 0.37% -
HSV(B) 344º 0.57% 0.51% -
XYZ 12.08 8.18 7.78 -
YUV 80.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 131 56 76 0 0.57 0.42 0.49 344 0.4 0.37
Hex 83 38 4C 0 39 2A 31 158 28 25
Octal 203 70 114 0 71 52 61 530 50 45
Binary 10000011 111000 1001100 0 111001 101010 110001 101011000 101000 100101

Color Harmonies of #83384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83384C

Black with #83384C

Text Example


Text Example

White with #83384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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