Html Css Color HEX #83384D Camelot

📋 copy color: '#83384D'

red 131 ◦ green 56 ◦ blue 77

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

Shades of Camelot #83384D

Tints of Camelot #83384D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.17%

R = 49.62%
G = 21.21%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83384D (or 0x83384D) is known color: Camelot. HEX triplet: 83, 38 and 4D. RGB value is (131,56,77). Sum of RGB (Red+Green+Blue) = 131+56+77=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #83384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83384D is #7CC7B2. Grayscale: #505050. Windows color (decimal): -8177587 or 5060739. OLE color: 5060739.

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

Color convert

RGB 131 56 77 -
CMYK 0 0.57 0.41 0.49
HSL 343.2º 0.4% 0.37% -
HSV(B) 343.2º 0.57% 0.51% -
XYZ 12.11 8.19 7.96 -
YUV 80.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 131 56 77 0 0.57 0.41 0.49 343.2 0.4 0.37
Hex 83 38 4D 0 39 29 31 157 28 25
Octal 203 70 115 0 71 51 61 527 50 45
Binary 10000011 111000 1001101 0 111001 101001 110001 101010111 101000 100101

Color Harmonies of #83384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83384D

Black with #83384D

Text Example


Text Example

White with #83384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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